Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Your code is basically correct, but it should be in the initialise event of the userform Code: -------------------- Private Sub UserForm_Initialize() 'note page numbers start from 0 Me.MultiPage1.Value = 1 End Sub -------------------- -- royUK Hope that helps, RoyUK For tips & examples visit my 'web site ' (http://www.excel-it.com) ------------------------------------------------------------------------ royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=33777 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Default ribbon to open by default when opening xls in browser | Excel Discussion (Misc queries) | |||
Multipage - default to particular page | Excel Programming | |||
How To Open First Worksheet By Default? | Excel Discussion (Misc queries) | |||
can you set a default page in a Multipage userform? | Excel Programming | |||
Qn: Setting MultiPage page default??? | Excel Programming |