I have created a UserForm with multiple pages. There are textboxes on each page. Users complete each textbox and Tab to the next.
When they reach the last textbox on Page1 they use the mouse to click on Page2. I set the Tab Order so that the first textbox on Page2 is active ready for typing and Tabbing to subsequent textboxes.
What specifically is required in the Exit event for that last textbox on Page1 to select the first textbox on Page2?
This is, move from Page1 to Page2 with the keyboard. (I have enabled an accelerator key on the Page tabs but users want to be able to Tab through to the last Page.
Thanks, Leigh