+ Reply to Thread
Results 1 to 2 of 2

how do i set up multi page user form

  1. #1
    Davidrowland88
    Guest

    how do i set up multi page user form

    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. #2
    Ron de Bruin
    Guest

    Re: how do i set up multi page user form

    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" <[email protected]> wrote in message
    news:[email protected]...
    >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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1