May 6, 2003 #1 ErwinPolio MIS Joined May 6, 2003 Messages 2 Location AU I need to highlight/select the text in a text box using VBScript. In Visual Basic you use the SelLength, SelStart, SelText. What about VBScript? REgards Erwin
I need to highlight/select the text in a text box using VBScript. In Visual Basic you use the SelLength, SelStart, SelText. What about VBScript? REgards Erwin
May 6, 2003 Thread starter #2 ErwinPolio MIS Joined May 6, 2003 Messages 2 Location AU I found it! txtName.Select() will select all the text in the text box txtName. Upvote 0 Downvote