Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i want to write a VB code associated with a command button located
inside page1 of a multipagecontrol to switch automatically to page2. is it possible?? thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() furbiuzzu wrote: i want to write a VB code associated with a command button located inside page1 of a multipagecontrol to switch automatically to page2. is it possible?? thanks in advance Private Sub CommandButton1_Click() UserForm1.MultiPage1.Value = 1 End Sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() stevebriz ha scritto: furbiuzzu wrote: i want to write a VB code associated with a command button located inside page1 of a multipagecontrol to switch automatically to page2. is it possible?? thanks in advance Private Sub CommandButton1_Click() UserForm1.MultiPage1.Value = 1 End Sub sorry for my ignorance... so easy solution !!!! thanks again |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically name MultiPage Pages | Excel Programming | |||
Multipage Control Pages - Changing Index Value in Code | Excel Programming | |||
Multipage Control Pages - Changing Index Value in Code | Excel Programming | |||
Set Focus Problem for textbox control on multipage control | Excel Programming | |||
Displaying different pages in MultiPage | Excel Programming |