Sheet hidden and VeryHidden

  • Thread starter Thread starter Marc
  • Start date Start date
The biggest difference is whether the user can see (and show) the worksheet via
the:

Format|sheet|Unhide dialog
 
Or manually via the VBE (in the properties for that worksheet).
 
The biggest difference is whether the user can see (and show) the
worksheet via
the:
Format|sheet|Unhide dialog

If I have Very Hidden sheets, and protect sheet, workbook and VBA project
with password, and someone unprotect sheet, he has to unprotect also VBA
project so that he can see sheets?

Thanks
 
Many users have their own personal macros that can make worksheets visible.

If you want to make it a little more difficult, then when you protect the
workbook:

Tools|Protection|protect workbook
make sure you check that Structure checkbox.

But there is code that is freely available that can remove the worksheet
protection and workbook protection in a matter of moments.

The VBA project protection won't even come into play for this.

And protecting a worksheet doesn't affect the visibility of that worksheet.
 

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