Hide sheet in workbook

R

rbrickl

How would I hide a worksheet in a workbook if I don't want people to se
if I sent the workbook to them. I still want this sheet though becaus
it affects the main sheet.

Thank
 
G

Gord Dibben

You can hide a sheet and password protect the workbook under
Tools>Protection>Protect Book.

Just be aware that Excel internal passwords are very easy to crack.

You could through VB Editor make the sheet xlveryhidden then put password
protection on the VBA project. This password is a little harder to crack.

In general........if you don't want someone to see it, don't include it in the
workbook.


Gord Dibben MS Excel MVP
 
Top