Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know this is simple, but I can't seem to get it to work. I want to
hide (make not visible) the HelpSheet worksheet. I was going to use the WorkbookOpen event to make sure it is not visible each time the workbook is opened. Private Sub XL_WorkbookOpen(ByVal Wb As Workbook) Worksheets("HelpSheet").Visible = xlSheetVeryHidden End Sub I have the above code in a class module. But the sheet is still visible. Where did I go wrong? Thanks, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook open event | Excel Worksheet Functions | |||
Event: open workbook | Excel Discussion (Misc queries) | |||
workbook open event | Excel Programming | |||
Workbook Open event | Excel Programming | |||
Workbook Open event | Excel Programming |