#1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default Hiding worksheets

Someone on one of these NGs was asking recently how to prevent co-workers
from seeing worksheets. I've just discovered (and it wasn't mentioned at
the time) that it is possible in Excel to hide worksheets. It's not
guaranteed that someone with sufficient knowledge will not come along and
unhide the worksheet but it does put it out of sight.

Regards.

Bill Ridgeway
Computer Solutions


  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.newusers,microsoft.public.excel
external usenet poster
 
Posts: 3,101
Default Hiding worksheets

I hope whoever was asking spots this post.

"Bill Ridgeway" wrote:

Someone on one of these NGs was asking recently how to prevent co-workers
from seeing worksheets. I've just discovered (and it wasn't mentioned at
the time) that it is possible in Excel to hide worksheets. It's not
guaranteed that someone with sufficient knowledge will not come along and
unhide the worksheet but it does put it out of sight.

Regards.

Bill Ridgeway
Computer Solutions



  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default Hiding worksheets

Hi Bill

Just a note on this.
Using FormatSheetHide will hide any sheet in XL2003 or lower. In
XL2007, right click on Sheet TabHide Sheet.
Using this method, sets the Sheets visible property to False.
Anyone choosing FormatSheetsUnhide would be able to see the list of
hidden sheets, and Unhide any as required.

Using code, you can set the Sheets property to xlSheetVeryHidden, which
means the sheet will not show up in a list if the user chose
FormatSheetsUnhide.

You can also do this manually. If you right click on a sheet tab and
choose View code, this will invoke the VB editor.
If the Properties Window is not visible, press F4 to show it.
The last item in the sheet's properties, is Visible, and the dropdown
allows one of 3 values to be set, xlSheetVisible, xlSheetHidden and
xlSheetVeryHidden.

Obviously anybody who knows this, can use the same method to Unhide the
sheet, unless the VBA Project Properties has been set to Locked for
Viewing and a Password applied.

Be aware that all passwords in Excel can be broken, and even without the
password, with the file open, a simple piece of code written in another
workbook could set the properties of all sheets in your workbook to be
visible again.

It is not a foolproof method by any means, but the xlVeryHidden feature
will be sufficient to keep the average Excel user from viewing or
amending sheets that you do not want them to.

--
Regards

Roger Govier


"Bill Ridgeway" wrote in message
...
Someone on one of these NGs was asking recently how to prevent
co-workers from seeing worksheets. I've just discovered (and it
wasn't mentioned at the time) that it is possible in Excel to hide
worksheets. It's not guaranteed that someone with sufficient
knowledge will not come along and unhide the worksheet but it does put
it out of sight.

Regards.

Bill Ridgeway
Computer Solutions




  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Hiding worksheets

xl2007 has the Unhide option built into the popup when you rightclick on any
tab. So the option is not as well buried as Format|sheet|unhide.

And there's another option that allows you to hide sheets as "very hidden". You
would need code or access to the sheet's properties (through the VBE is one way)
to unhide these very hidden sheets.

But these are not safe ways to protect intellectual property. But they can be
an effective way to hide data that the user would consider clutter--but your
workbook needs.

Bill Ridgeway wrote:

Someone on one of these NGs was asking recently how to prevent co-workers
from seeing worksheets. I've just discovered (and it wasn't mentioned at
the time) that it is possible in Excel to hide worksheets. It's not
guaranteed that someone with sufficient knowledge will not come along and
unhide the worksheet but it does put it out of sight.

Regards.

Bill Ridgeway
Computer Solutions


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hiding worksheets? phil2006 Excel Discussion (Misc queries) 2 July 13th 06 12:15 PM
hiding worksheets in excel a.j Excel Worksheet Functions 5 February 2nd 06 05:59 PM
hiding worksheets frendabrenda1 Excel Worksheet Functions 2 June 18th 05 09:01 AM
Hiding Worksheets Jo Davis Setting up and Configuration of Excel 4 January 14th 05 12:15 AM
Conditional hiding of worksheets KG Excel Discussion (Misc queries) 0 December 2nd 04 06:29 PM


All times are GMT +1. The time now is 03:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"