I
icestationzbra
greetings,
i have a simple issue at hand, unfortunately, i am not able to come u
with a solution for that.
i have a workbook which has userid-pswd protection. there are 3 kind
of users that access that workbook, viz, users with low, medium an
high level of access to the workbook. depending on the access level
certain sheets and/or certain areas may or may not be accessible t
them.
here is the picture:
USER PSWD ACCESS
A 1 L
B 2 M
C 3 H
D 4 L
E 5 M
F 6 H
i am keeping all this information on a sheet in the workbook, thi
sheet is hidden unless its a H access level user accessing th
workbook. i am using sheet.range("") to match the userid with the pswd
some sundry info that i thought might be useful to provide.
i check for the user and pswd in a function, that returns to me th
userid. now, i am not able to figure out where to check for the acces
level. that is, i am not able to come up with an algorithm.
should i write another function? should i check for the access level i
the same function as the one that authorizes?
any help will be duly appreciated.
thanks,
mac
i have a simple issue at hand, unfortunately, i am not able to come u
with a solution for that.
i have a workbook which has userid-pswd protection. there are 3 kind
of users that access that workbook, viz, users with low, medium an
high level of access to the workbook. depending on the access level
certain sheets and/or certain areas may or may not be accessible t
them.
here is the picture:
USER PSWD ACCESS
A 1 L
B 2 M
C 3 H
D 4 L
E 5 M
F 6 H
i am keeping all this information on a sheet in the workbook, thi
sheet is hidden unless its a H access level user accessing th
workbook. i am using sheet.range("") to match the userid with the pswd
some sundry info that i thought might be useful to provide.
i check for the user and pswd in a function, that returns to me th
userid. now, i am not able to figure out where to check for the acces
level. that is, i am not able to come up with an algorithm.
should i write another function? should i check for the access level i
the same function as the one that authorizes?
any help will be duly appreciated.
thanks,
mac