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
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
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" <Davidrowland88@discussions.microsoft.com> wrote in message
news:FB7BEE2D-82C4-4443-972E-D4184632B57A@microsoft.com...
>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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks