Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.visible=xlveryhidden
to unhide worksheets("Sheet1").visible=true -- HTH Bob Phillips "AA2e72e" wrote in message ... How can a sheet be hidden such that it cannot be unhidden via Format | Sheet | Unhide? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
And don't forget to protect the VBA project, as otherwise they will be able to go into the VBE,
see that a hidden sheet exists and write their own piece of code to show it if they know how. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL2K & XLXP ---------------------------------------------------------------------------- Attitude - A little thing that makes a BIG difference ---------------------------------------------------------------------------- "Bob Phillips" wrote in message ... activesheet.visible=xlveryhidden to unhide worksheets("Sheet1").visible=true -- HTH Bob Phillips "AA2e72e" wrote in message ... How can a sheet be hidden such that it cannot be unhidden via Format | Sheet | Unhide? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for a worksheet, they can just click on the sheet in the project explorer,
select properties and change visible from xlSheetVeryHidden to xlSheetVisible. Regards, Tom Ogilvy "Ken Wright" wrote in message ... And don't forget to protect the VBA project, as otherwise they will be able to go into the VBE, see that a hidden sheet exists and write their own piece of code to show it if they know how. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL2K & XLXP -------------------------------------------------------------------------- -- Attitude - A little thing that makes a BIG difference -------------------------------------------------------------------------- -- "Bob Phillips" wrote in message ... activesheet.visible=xlveryhidden to unhide worksheets("Sheet1").visible=true -- HTH Bob Phillips "AA2e72e" wrote in message ... How can a sheet be hidden such that it cannot be unhidden via Format | Sheet | Unhide? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Sheet, Hide Sheet | Excel Discussion (Misc queries) | |||
hide sheet name/ Tab | New Users to Excel | |||
How do I hide a sheet, that others will not be able to see it? | Excel Worksheet Functions | |||
hide sheet | Excel Discussion (Misc queries) | |||
Hide a sheet | Excel Discussion (Misc queries) |