View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey[_87_] ExcelMonkey[_87_] is offline
external usenet poster
 
Posts: 1
Default Log Password Entry Attempts

Does anybody know if it is possible to log the attempt a user makes a
entering a password into protected VBA sheet and or module?

That is, when the user tries to enter a password, I would like a log t
be created, without the users knowledge, stating who does i
(username), when they do it (time), successs (true or false), an
lastly what password they used.

Since I want this to be done in stealth mode, I am assuming that th
report will need to be a blank/hidden worksheet. Any ideas? I a
assuming any file that needs to be saved would prompt the user an
compromise the stealthiness of the procedure.

I know this will not stop people from copying the file

--
Message posted from http://www.ExcelForum.com