Hide sheet in workbook

  • Thread starter Thread starter rbrickl
  • Start date Start date
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
 
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
 

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