Using Multipage in a single form

J

Jeffery B Paarsa

I am using multipage in a single form. I would like to be able to change the
Focus from one page to another when for example I process page number one at
the end I would like to be able to change the tab and go to next page
automatically. Any suggestion?
 
J

Jezebel

The Value property determines which page is active: Multipage.value =
Multipage.Value + 1 will take you to the next page (provided you're not on
the last one).

Note that the first page is page zero.
 
J

Jeffery B Paarsa

Thank you it worked... But in VBA I did not see Multipage but it is
Multipage1 that I used and it worked... Thank you again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top