I would like to use a macro to activate an ActiveX textbox on a sheet
Its name is TextBox1
Actually there are two textboxes but I found that if the first is selected, pressing TAB will select the other one so I only need to set focus on TextBox1.
How would a line of code sound for doing this?
Thanks in advance.