can you set a default page in a Multipage userform?

G

Guest

I open a Userform where I have used Multipage, but every time I run the form
it seems to come up on a different Page to the one I would like to select, is
it possible to set a page as default?
 
J

Jim Rech

Use MultiPage1.Value = 0 to open to the first page, 1 for the second, etc.

I'd put this code in Sub UserForm_Initialize

--
Jim
|
| I open a Userform where I have used Multipage, but every time I run the
form
| it seems to come up on a different Page to the one I would like to select,
is
| it possible to set a page as default?
|
| --
| Trefor
 

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

Similar Threads


Top