Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can hide a single Worksheet.
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) Worksheets(1).Visible = False ' Worksheets(1).Visible = True End Sub I want to hide a single Worksheet, but only when the Workbook is protected. How do I detect a protected workbook? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not detecting Open Workbook - Why | Excel Discussion (Misc queries) | |||
Detecting open workbook | Excel Programming | |||
Detecting the workbook name on startup | Excel Programming | |||
Detecting a another workbook has opended | Excel Programming | |||
Detecting workbook activation | Excel Programming |