Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I know how to hide and unhide a worksheet using VBA but can you please tell me how to remove it from the list that appears if the user selects Format/Sheet/Unhide I do not want them to know it exists Thanks TAM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
The sheets Visible property must be set to xlSheetVeryHidden And the VBA project must be protected with password too - otherwise user can change the Visible property back to xlSheetVisible in sheet properties available in VBA editor. Arvi Laanemets "TAM" wrote in message o.uk... Hi I know how to hide and unhide a worksheet using VBA but can you please tell me how to remove it from the list that appears if the user selects Format/Sheet/Unhide I do not want them to know it exists Thanks TAM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hidden sheets | Excel Discussion (Misc queries) | |||
Hidden Sheets | Excel Worksheet Functions | |||
Accessing hidden sheets | Excel Programming | |||
Help! Calling hidden sheets? | Excel Programming | |||
Printing hidden sheets | Excel Programming |