Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Trefor" wrote in message ... | | 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim, excellent, thanks.
-- Trefor "Jim Rech" wrote: 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 "Trefor" wrote in message ... | | 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
activate a page of a Multipage in Userform | Excel Discussion (Misc queries) | |||
How to print a page of a multipage userform | Excel Programming | |||
Looking for eloquent solution: Determine of any control on a page of multipage has been altered (userform) | Excel Programming | |||
Qn: Setting MultiPage page default??? | Excel Programming | |||
MultiPage UserForm | Excel Programming |