Hi,
I have "renamed" the sheets in my Wb to something "logic":
Sheet1 to Sheet4 became ADMIN1 to ADMIN4
Sheet5 to Sheet7 became PRICE1 to PRICE3
etc
In an Administration sheet I would keep the users with the "access-level" to their respective sheets.
Eg. Mark - ADMIN
John - ADMIN
Claire - PRICE
...
Would it be possible to run a routine that unhides all ADMIN sheets when I am Mark? OR only the PRICE sheets when I am Claire.
Something like:
select case left(lcase(ws.codename),5)
case is = "admin" then unhdide ADMIN-sheets.
Hope this makes any sense to someone!
Help greatly appreciated,
Sige
I have "renamed" the sheets in my Wb to something "logic":
Sheet1 to Sheet4 became ADMIN1 to ADMIN4
Sheet5 to Sheet7 became PRICE1 to PRICE3
etc
In an Administration sheet I would keep the users with the "access-level" to their respective sheets.
Eg. Mark - ADMIN
John - ADMIN
Claire - PRICE
...
Would it be possible to run a routine that unhides all ADMIN sheets when I am Mark? OR only the PRICE sheets when I am Claire.
Something like:
select case left(lcase(ws.codename),5)
case is = "admin" then unhdide ADMIN-sheets.
Hope this makes any sense to someone!
Help greatly appreciated,
Sige