Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
A variation on the hide a worksheet theme. I have a series of worksheets (obviously with different names) accessed from a central Navigation page. On each of the worksheets is a "Back" button that returns the user to the Navigation page and hides the sheet. Currently I have a different macro assigned to each back button that does the same thing: <name of current sheet here.Protect Sheets(<name of current sheet here).Hidden = True Sheets("Navigation Page").Select What I would like to do is have a single macro that works for all sheets, so it would look something like: ActiveSheet.Protect ActiveSheet.Hidden = True Sheets("Navigation Page").Select The only problem is I can't work out the syntax for the ActiveSheet lines. Any help would be much appreciated. TIA Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use a password in VBA ActiveSheet.protect & ActiveSheet.unprotect? | Excel Programming | |||
error 438 on ActiveSheet.Columns(16).Hide? | Excel Programming | |||
Copying new activesheet after other activesheet is hidden? | Excel Programming | |||
ActiveSheet.Name? | Excel Programming | |||
ActiveSheet | Excel Programming |