Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am thinking about using a separate sheet in my workbook
to act as kind of a database of information which I want to keep separate from my other sheets. However, I do not want my users to be able to see this data sheet. Is there a way to make a sheet hidden?? Can the tab for the data sheet also be hidden?? Thank you! Robert |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hiding the sheet will also hide the tab.
In version 2003, select your sheet that you want to hide and then on the menu select Format - Sheet - Hide In version 2007, right click on your sheet tab and select hide. "Robert Crandal" wrote: I am thinking about using a separate sheet in my workbook to act as kind of a database of information which I want to keep separate from my other sheets. However, I do not want my users to be able to see this data sheet. Is there a way to make a sheet hidden?? Can the tab for the data sheet also be hidden?? Thank you! Robert . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can also make the sheet "VeryHidden", but you have to do that from within
the VBE. A very hidden sheet can't be seen by someone who tries to unhide it using "normal" methods. Alt F11 F4 to see the properties window if it's not there. Select the worksheet to hide and under VISIBLE change it to XLSheetVeryHidden -- HTH, Barb Reinhardt "Robert Crandal" wrote: I am thinking about using a separate sheet in my workbook to act as kind of a database of information which I want to keep separate from my other sheets. However, I do not want my users to be able to see this data sheet. Is there a way to make a sheet hidden?? Can the tab for the data sheet also be hidden?? Thank you! Robert . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet tabs are hidden...option is checked | Excel Discussion (Misc queries) | |||
Macro to copy hidden sheet to front of tabs? | Excel Programming | |||
How to store hidden binary data? | Excel Programming | |||
Locking Sheet Tabs as Hidden | Excel Programming | |||
Store Hidden Data in the Cell | Excel Programming |