Cover page that allows for hidden tabs to be selected

OTT

New Member
Joined
Jul 28, 2011
Messages
16
I have a spreadsheet set up where the first sheet lists all of the worksheets that the workbook contains. All of the worksheets are hidden. Next to the name of each worksheet is a box that when clicked on makes a tick appear and the tab with the same name appears at the bottom. Users can select a number of worksheets from the list and only those tabs will become unhidden.

eg The worksheets are called IT, HR Telephony, Addresses, Team names. All of the worksheets are hidden so the only tab shown is the one containing the names. If I want to view both Adresses and IT I can click the box next to them and a tick appears in these boxes, the tabs then appear at the bottom of the screen.

I want to be able to change the names of the worksheets but as I didn't set up the macro (I'm assuming it was macro) and have no idea how to use these I don't know what to do.

Can anyone help or would it be easier to start from scratch? If so, how would I do it?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi,

You need to simultaneously change the name of sheet in the macro as well

Right click the box "Check Box" >>>>Assign Macro>>>>Edit

It will take you to the VBA Editor Window.

You will find a code like
worksheets("Sheet1").visible = True

Just change the Sheet Name
 
Upvote 0

Forum statistics

Threads
1,215,516
Messages
6,125,285
Members
449,218
Latest member
Excel Master

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