Hiding Tabs

  • Thread starter Thread starter Cindy
  • Start date Start date
C

Cindy

I have an Excel spreadsheet that I would like others to
review except for one tab that has payroll information. I
was wondering what is the best/simplest way to be able to
have others review the spreadsheet but not be able to see
the payroll information on the payroll tab. Any help would
be appreciated. Thanks. Cindy
 
Use a macro that uses veryhidden that can only be unhidden with a macro.
 
The simplest way is _*Format/Sheet/Hide*_ though I can not say if thi
is the best way. But it will be kept hidden until you "unhide" it.
 
This kind of hiding and the protection you'd need to really make is secure isn't
possible in excel.

I wouldn't distribute a workbook containing salaries unless it was ok for all
the people to see them.
 
Hi Cindy,

I would suggest that the surest and safest way would be distribute a copy
workbook which does not include the payroll sheet. If the data in other
sheets pulls information from the payroll sheet, consider converting the
distributed data to snapshot values.

The level of protection afforded by Excel is at best a rudimentary token. A
quick Google search of the Excel NG's will confirm that Excel's protection
mechanisms can be overcome with consummate ease.

You could hide the payroll sheet or, using Don's suggestion, employ a macro
to render the sheet still better hidden; you could also password protect the
sheet. Such steps will, however provide only the flimsiest impediment to
anybody with a modicum of relevant knowledge or, simply, the ability to use
Google.

I would, therefore, strongly advise against distributing sensitive data with
Excel as the sole protection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top