Calling second userform from main form.

JudyHNM

New Member
Joined
Dec 21, 2015
Messages
18
I have an Excel 2016 spreadsheet and want to be able to run multiple reports from it. I have created a userform to run one of the reports. I have a command button on my spreadsheet to bring up the userform. This is working fine. I want to add a Main Menu type of userform that is brought up with a command button. That userform would have a series of Command Buttons that bring up other userforms that collect parameters and run various reports. How do I manage calling one userform from another?

Thanks, Judy
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
The worksheet is called that it is just how I have set up my workbooks. On that sheet I put instructions and buttons for protecting and unprotecting sheets, launching reports or whatever you wish. Just create the macros in vba and insert a shape (I like rounded rectangles). Name the shape then assign the macro to it.

From the other worksheets you can insert the rounded rectangle for bringing you back to the 'Switchboard'

It is up to you to design how you wish. This is why I like doing it this way.

Good luck with your project!
 
Upvote 0
Thanks -- I never thought of that approach. I was trying to use all userforms to emulate the Switchboard in Access. I will give your suggestion a shot.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,094
Latest member
teemeren

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