Automatically select all text in a text box when it recieved focus
Automatically select all text in a text box when it recieved focus
Rate Automatically select all text in a text box when it recieved focus
(3(3 Vote))
Private Sub Text1_GotFocus()
SendKeys "{home}+{end}"
End Sub
Automatically select all text in a text box when it recieved focus Comments
No comments yet — be the first to post one!
Post a Comment