View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default Synchronize network login/password

Why do you need the password? You can check the current user against
their login ID, so you know who is using the workbook. You know they
used their password to log on. Why would you ask them to supply their
password a second time, what would it achieve?

"Rick" wrote in message ...
I am trying to synchronize the id/password to a workbook
to be the same as the network login id/password. I can
get the username part but not the password part. Can
anyone help me out?

Thanks
Rick