Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
At least ONE worksheet must be visible
-- Don Guillett SalesAid Software "Mark J" wrote in message ... here is a copy of my code , but when i open workbook , "P001" is still open in background, any ideas? Private Sub Workbook_Open() Sheets(["PS001"]).Visible = False Sheets(["PS002"]).Visible = False Sheets(["PS003"]).Visible = False UserForm1.Show End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide/Show some worksheets | Excel Discussion (Misc queries) | |||
Hide multiple worksheets | Excel Discussion (Misc queries) | |||
How to hide worksheets | New Users to Excel | |||
Hide worksheets on Workbook_Open | Excel Programming | |||
Hide/Unhide worksheets help | Excel Programming |