E
Ed
I have a two 'page' table (actually it is a series of text boxes on a
multipage UserForm)
I use tab to go from textbox to textbox. When I go from the last text box on
page 1, need to display page two and put the focus in the textbox1 of page
2.
I wrote a Keypress routine to handle that. Problem is, the tab expresses
itself as a 'tab' when it hits the second page textbox1. Can I cancel the
operation of the tab once VBA performs the keypress commands? (I have all
"TabKeyBehaviors" set to false.)
-Ed in (Virginia)
multipage UserForm)
I use tab to go from textbox to textbox. When I go from the last text box on
page 1, need to display page two and put the focus in the textbox1 of page
2.
I wrote a Keypress routine to handle that. Problem is, the tab expresses
itself as a 'tab' when it hits the second page textbox1. Can I cancel the
operation of the tab once VBA performs the keypress commands? (I have all
"TabKeyBehaviors" set to false.)
-Ed in (Virginia)