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!
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!
Something like this.
![]()
Multipage.Value = Multipage.Value+1
If posting code please use code tags, see here.
Would I just copy and paste that code you provided into the code for the button?
That code would go into the click event of each page's button.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks