Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have got this far with setting up a multi page user form but need to know
what to type in visual basic to direct to the different pages Private Sub MultiPage1_Change() End Sub any help would be fantastic. Cheers |
#2
![]() |
|||
|
|||
![]()
Hi David
You must use Value (0 is the first page) Me.MultiPage1.Value = 0 'Page 1 -- Regards Ron de Bruin http://www.rondebruin.nl "Davidrowland88" wrote in message ... I have got this far with setting up a multi page user form but need to know what to type in visual basic to direct to the different pages Private Sub MultiPage1_Change() End Sub any help would be fantastic. Cheers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
user form | Excel Discussion (Misc queries) | |||
Data Entry Alert in User Form | Excel Discussion (Misc queries) | |||
A "previous" button on a user form | Excel Discussion (Misc queries) | |||
open ended multi page sum | Excel Worksheet Functions | |||
open ended multi page sum | Excel Worksheet Functions |