Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Highlight Text using VBScript

Status
Not open for further replies.
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 found it! txtName.Select() will select all the text in the text box txtName.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top