Password Access to certain sheets

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

Guest

I have a workbook with several sheets. I use this for several offices and I
want to set it up so that the user can only view the sheet that pertains to
them.
 
Sheryl
You need VBA for this. You can setup the file to close on an "Opening
Sheet" and hide all other sheets. When the file is opened, it will open on
the Opening sheet. That sheet will have some instructions for what you want
the user to do. Something like "Enter your password here.". When he does
that, if he does it correctly, his sheet and only his sheet will be
displayed. All the other sheets will remain hidden.
You can then hide the code itself so that the user could not access the
code to see the other passwords. But be aware that Excel is not intended to
be a secure platform. Anyone with knowledge of Excel can break your
passwords.
Post back if this sounds like something you can use and need more. HTH
Otto
 

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