Worksheet tab protection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, does anyone know if excel 2003 allows us to set a password for each
worksheet tab. What I mean by this is that each time a person clicks on the
worksheet tab they need to put in a password before being able to access that
worksheet.
Thanks.
 
Hi, does anyone know if excel 2003 allows us to set a password for each
worksheet tab. What I mean by this is that each time a person clicks on the
worksheet tab they need to put in a password before being able to access that
worksheet.
Thanks.

If you mean to prevent all access, including viewing, then someone else
will have to chime in here. Otherwise, have you investigated the options
that you have under tools | options | Protect sheet?
 
If just the data is to be protected, you could use a worksheet_activate
event asking for the password to unprotect the sheet.

If you want the sheet hidden unless the user is authorized then use a macro
that hides (xlveryhidden) the worksheets and asks for a password to make the
sheet visible.
 

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