how do i set up multi page user form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top