L
lmefford
Is there a way to modify all textboxes on a form so that when you
click on any of them you process the SelectAll() function.
For exaple, let's say I've created a form with 30 textboxes. These
textboxes when clicked on, will select all of the text inside of them
using the textbox.selectall(). I'm hoping to do this without creating
30 different Subs. How do I do it?
click on any of them you process the SelectAll() function.
For exaple, let's say I've created a form with 30 textboxes. These
textboxes when clicked on, will select all of the text inside of them
using the textbox.selectall(). I'm hoping to do this without creating
30 different Subs. How do I do it?