Using module to retrieve/call multiple sheets

kageta

New Member
Joined
Sep 14, 2015
Messages
1
Hi, does anyone know if you can use the codes from module to call/retrieve multiple sheets. I have created a quiz(game) and I wanted to add "level difficulty" in my quiz. For example, Users can choose to select level 1(beginner), level 2(advanced) and so on from the home page(user form) of the quiz.

Is it possible to create command buttons for them(level 1, level 2) and when level 1 is clicked, sheet1 will be retrieved. When level 2 is clicked, sheet2 will be retrieved. All this from the home page(user form). Please help!
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Use the Workbooks On Open event to hide all the sheets and have the form open and visible.
For each of the command buttons unhide the particular sheet you wish to display.
 
Upvote 0

Forum statistics

Threads
1,215,745
Messages
6,126,626
Members
449,323
Latest member
Smarti1

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