#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Sheet protection

Does anyone know how to hide and protect sheets within a workbook. I am
trying to set up a company budget workbook that will go out to several
departments. I want everyone to use the same workbook, but do not want them
to be able to see department budgets that are not related to them. I would
like to keep all sheets in the same workbook to avoid formula errors in
aggregating the data. Thanks for any help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 638
Default Sheet protection

You can set the sheets to xlVeryHidden in the propery window of the
VBE. However, I honestly would not recommend putting something as
secure as budget data in a workbook with everyone else's budget data.
While it is true that Excel offers some protection, it is not full
proof and cracking products and code snippets are readily available if
someone decided to give it a shot. I would recommend setting up a
template (.xlt file) and then base all of the budgets off of that
template.
Ridge wrote:
Does anyone know how to hide and protect sheets within a workbook. I am
trying to set up a company budget workbook that will go out to several
departments. I want everyone to use the same workbook, but do not want them
to be able to see department budgets that are not related to them. I would
like to keep all sheets in the same workbook to avoid formula errors in
aggregating the data. Thanks for any help.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Sheet protection

It can be done through VBA and passwords but make note that Excel's internal
security is quite weak and passwords can be broken.

Sheets would be hidden and each user's sheet could become visible if they enter
theit password.

Also you would need a contingency plan if users decide not to enable macros when
opening the workbook or if their macro security settings are at high or very
high.

You may be better off giving them their own workbook and you set up a master
workbook that links to these.

The general rule is.........if you don't want someone to view data in an Excel
workbook, don't include it in that workbook.

If you want sample code to hide and unhide sheets post back.


Gord Dibben MS Excel MVP

On Tue, 2 Oct 2007 13:01:01 -0700, Ridge
wrote:

Does anyone know how to hide and protect sheets within a workbook. I am
trying to set up a company budget workbook that will go out to several
departments. I want everyone to use the same workbook, but do not want them
to be able to see department budgets that are not related to them. I would
like to keep all sheets in the same workbook to avoid formula errors in
aggregating the data. Thanks for any help.


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
sheet Protection Bwells Excel Discussion (Misc queries) 2 August 31st 07 06:44 PM
Sheet Protection OdAwG Excel Discussion (Misc queries) 2 April 12th 07 01:21 PM
Sheet Protection smiller06 Excel Worksheet Functions 0 February 2nd 06 06:50 PM
sheet protection aimee Excel Worksheet Functions 2 June 28th 05 04:13 PM
Sheet Protection Corey Brock Excel Discussion (Misc queries) 1 January 12th 05 06:19 PM


All times are GMT +1. The time now is 07:38 AM.

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

About Us

"It's about Microsoft Excel"