Multi-User Passwords

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

Guest

Is there a way to set up an excel spreadsheet, requesting a password to open,
but the password used will determine the data that can be seen by the user.

For example I have set up some sales tools that show performance at various
hierarchial levels:- national, regional, territory. I would like those people
with national access to be able to view all data, regional access to just
view their region and the territories in that region, and territory access to
just view their territory.

Thanks

Graham
 
an if the user disables macros, then the VBA macro code would have no effect.
since any type of protection in Excel is easily broken, you would be better
to use VBA to prepare separate workbooks for each party that contains only
the data they can see.
 

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