Can I hide a worksheet and set a passwd to unhide it?

  • Thread starter Thread starter puneetarora_12
  • Start date Start date
P

puneetarora_12

Can I hide a worksheet and set a passwd to unhide it?


Puneet Arora
 
you can hide a sheet on the format> sheet menu.Dont know about the password
thng tho sorry
 
You can hide a worksheet, even hide it from the Format/Worksheet/Unhide
dialog (by setting the sheet's .Visible property to xlVeryHidden), and
then use macros to unhide and rehide it. The project would have to be
secured with a VBA password.

However, this is not particularly secure, as VBA passwords can be broken
easily.

puneetarora_12
 

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