Change UserForm to MultiPage

adambc

Active Member
Joined
Jan 13, 2020
Messages
377
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
I have a (single page) UserForm that works fine, but I need to change it to a MultiPage form ...

Is there an easy way to do this?

Thanks ...
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
 
Upvote 0
@sijpie - thanks but not quite what I'm looking for ...

I know how to create MultiPage UserForms if I'm starting from scratch, but I have an existing UserForm that following new User requirements, really should be a MultiPage UserForm and I cannot see an easy way to make the existing form Page 1 and create Page 2 from scratch ...

Any other takers please ...

Thanks ...
 
Upvote 0
I don't fully understand your problem. There is no difference between a one page form or a multi page form. It is just a lay-out issue.
The code for each of the controls stays exactly the same. It is only the user who sees a different layout.

So if you have a working single page userform, then I suggest you (temporarily) make the userform larger. Then add the multipage object onto the form. Now move the controls to the pages where you want them. Then move or expand the multipage and run the form to check the user logic is OK
 
Upvote 0

Forum statistics

Threads
1,215,537
Messages
6,125,384
Members
449,221
Latest member
DFCarter

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top