+ Reply to Thread
Results 1 to 3 of 3

Cycle through a MultiPage Control

  1. #1
    Registered User
    Join Date
    09-16-2005
    Posts
    7

    Cycle through a MultiPage Control

    Hello. I have a MultiPage control on a UserForm (in Excel) that contains 6 pages. When the user presses the "Next" button on the form, I would like them to be taken to the next page on the MultiPage control.

    I have tried several options, but I cannot get it to behave as desired. Can anybody provide a workable solution at all please? Or should I be using a TabStrip instead?

    Thanks in advance,

    Rob.


  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile

    Good evening RobEdgeler

    Stick with the MultiPage - I find them easier to work with than the TabStrip. Each tab in a multipage (say MultiPage1) has an index number, starting at zero. So the line below attached to a button will activate the second tab when clicked.

    MultiPage1.Value = 1

    HTH

    DominicB

  3. #3
    Registered User
    Join Date
    09-16-2005
    Posts
    7

    Thanks!

    Great! Thanks very much for your help.

    Rob.

+ 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