Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to keep some data analysis sheets hidden from users who access a
shared workbook. I can use the hide sheet command but can I stop anyone else unhiding the sheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Unknown to most people sheets have 3 visible states. Visible, Hidden and Very
Hidden. The last one can only be accessed via code or the VBA window. Here are some simple instructions too make your sheet very hidden. Right click the Tab you want to hide and select View Code When the macro screen opens up hit F4 to bring up the Properties Window(if it is not already on) The last property for the sheet is the Visible property. Change it from 0 - xlSheetVsible to 2 - xlSheetVeryHidden Note whiel this is not entirely foolproof there are no foolproof solutions in XL. this will keep out 99.9% of people. -- HTH... Jim Thomlinson "jimmill" wrote: I want to keep some data analysis sheets hidden from users who access a shared workbook. I can use the hide sheet command but can I stop anyone else unhiding the sheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protect a sheet but allow columns to unhide | Excel Discussion (Misc queries) | |||
Hide/Unhide after protect sheet | Excel Discussion (Misc queries) | |||
Need to password protect work sheet and unhide rows. | Excel Discussion (Misc queries) | |||
Protect sheet without password? | Excel Discussion (Misc queries) | |||
Password Protect a Sheet | Excel Discussion (Misc queries) |