The best way to hilight all text in a text box
The best way to hilight all text in a text box
Rate The best way to hilight all text in a text box
(1(1 Vote))
Text1.SelStart = 0
Text1.SelLength = Len(Text1)
End Sub
The best way to hilight all text in a text box Comments
No comments yet — be the first to post one!
Post a Comment