Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have a userform that is activated when the worksheet opens. In the Userform there is a "multipage" Page1 and Page2. I want to activate Page1, but could not figure out how to do this. In the properties panel Name = Page1 Index = 1 I tried Userform.multipage1.activate Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Me.MultiPage1.Value = 0
(0 is the first, 1 the second, ...) Jeff wrote: Hi, I have a userform that is activated when the worksheet opens. In the Userform there is a "multipage" Page1 and Page2. I want to activate Page1, but could not figure out how to do this. In the properties panel Name = Page1 Index = 1 I tried Userform.multipage1.activate Thanks for your help -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage tab? | Excel Discussion (Misc queries) | |||
Password userform activate | Excel Discussion (Misc queries) | |||
MultiPage control | Excel Worksheet Functions | |||
MultiPage | Excel Discussion (Misc queries) | |||
How do I use multipage | Excel Discussion (Misc queries) |