ricaforrica
Programmer
Hello,
I want to set the focus to a TextBox control, in a Word macro. How can I make it?
I'm using a _KeyUp event, which detects the Tab key on textbox1, for instance, and focus textbox3. I can do it with:
TextBox3.Activate
or
TextBox3.Select
but when go back to Word and press Tab, it makes the regular document text blink!
Can anyone help me with this issue?
Thanks in advance,
Ricardo Pinto
I want to set the focus to a TextBox control, in a Word macro. How can I make it?
I'm using a _KeyUp event, which detects the Tab key on textbox1, for instance, and focus textbox3. I can do it with:
TextBox3.Activate
or
TextBox3.Select
but when go back to Word and press Tab, it makes the regular document text blink!
Can anyone help me with this issue?
Thanks in advance,
Ricardo Pinto