T Todd Huttenstine Jan 19, 2004 #1 what is the code to select all the text in a textbox? Thank you Todd Huttenstine
C Chip Pearson Jan 19, 2004 #2 Todd, Try With Me.TextBox1 .SelStart = 0 .SelLength = Len(.Text) End With -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
Todd, Try With Me.TextBox1 .SelStart = 0 .SelLength = Len(.Text) End With -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com