PDA

View Full Version : Need help on MultiPage control



arrun
10-18-2012, 07:20 PM
Dear all, I have created one userform. On that UserForm, I have one MultiPage control with 3 pages. And on that MultiPage control, I have 2 TextBoxes 2 CommandButton (for each page).

Now I want to have some mechanism so that if user move from Page-i to Page-j (of that MultiPage control), the focus will be on 1st TextBox of Page-j. Presently the Focus is on the CommandButton (by default, the 1st CommandButton is selected when I move to and fro).

Can somebody help me to achieve that?

Thanks and regards,

mikerickson
10-18-2012, 08:03 PM
Right click on a page in the Multi-Page control.
Select Tab Order from the pop up menu
Move the desired text box to the top of the tab order.

Repeat for the other pages.

The control at the top of the tab order for a page will get the focus when that page is selected.