Selects all text in a singleline OR multiline textbox when the textbox recieves focus
Selects all text in a singleline OR multiline textbox when the textbox recieves focus
Rate Selects all text in a singleline OR multiline textbox when the textbox recieves focus
(1(1 Vote))
'event:
SendKeys "^{home}+^{end}"
'this code works on both singleline AND multiline textboxes, unlike the
'code submitted by a number of other people: SendKeys "{home}+{end}"
' ---5thShadow
Selects all text in a singleline OR multiline textbox when the textbox recieves focus Comments
No comments yet — be the first to post one!
Post a Comment