+ Reply to Thread
Results 1 to 4 of 4

Code for a "next" button within a multi-page UserForm

Hybrid View

eemiller1997 Code for a "next" button... 11-12-2012, 03:58 PM
Norie Re: Code for a "next" button... 11-12-2012, 04:04 PM
eemiller1997 Re: Code for a "next" button... 11-12-2012, 05:20 PM
Norie Re: Code for a "next" button... 11-12-2012, 05:45 PM
  1. #1
    Forum Contributor
    Join Date
    10-25-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    292

    Code for a "next" button within a multi-page UserForm

    I have a UserForm with about 10 pages. On the bottom of each page, there is a button for "next" intended to take the user to the next tab within the Multi-Page UserForm. How do I code it to do that?

    Thank you!

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,645

    Re: Code for a "next" button within a multi-page UserForm

    Something like this.
       Multipage.Value = Multipage.Value+1
    If posting code please use code tags, see here.

  3. #3
    Forum Contributor
    Join Date
    10-25-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    292

    Re: Code for a "next" button within a multi-page UserForm

    Would I just copy and paste that code you provided into the code for the button?

  4. #4
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,645

    Re: Code for a "next" button within a multi-page UserForm

    That code would go into the click event of each page's button.

+ 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