Is this possible?

  • Thread starter Thread starter MarcB
  • Start date Start date
M

MarcB

ok this is a bit complicated. I have a cell that performs a math
function and comes up with a number.. another cell allows the user to
edit this "price" (like a manager's discount). What I want to do is if
the price is < x then it requires the user to have level 1 access.. and
if its > x it requires the user to have level 2 access to the adjustment
cell.

Is this possible and what tools would be needed?

Thanks for any help you can give me.
 
Yes this is possible but tricky and prossibly not worth doing. You need to
catch the on change event in VBA and bring up a password form to authenticate
the user. Conversly you could catch the NT username and authenticate off of
that. Not exceptionally difficult to impliment, but a whole lot of work.

As I like to say "Anything is possible but before we get started how much
time and money do you have. Some things just aren't worth doing."
 
How can you authenticate to NT using Excel. I have a similar proble
where I have to verify a users credentials by having them enter thei
username and password for NT. I have been looking around the net fo
days and have found nothing. How would you suggest doing this
 

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