View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
amit amit is offline
external usenet poster
 
Posts: 65
Default Check the value of Password

Can I make a sub-routine to check the Password required to Open the Word
Document?
Actually I want that the password to open a particular document changes
(every time it is openend). The password should be from an already supplied
list (minimum three passwords).
I know to supply the password using VB but dont know how to check the
existing password, so that I can use 'IF' to change the Password.

Please help!