How to Remove Password from MS Word Document
        by Dinesh[ Edit ] 2014-03-21 18:57:47 
         
        
        	How to Remove Password from Word Document
1. Open your document in Microsoft Script-Editor by pressing the [Alt]+[Shift]+[F11] key combination. 
2. Search for "Password" and you will find somethimg like this:
  
ReadOnly w : DocumentProtection>
  19E8E61E w : UnprotectPassword>
3. To remove the protection:
   Just remove those two lines, the document protection will is removed.
4. To remove the password:
   Replace the Password, here "19E8E61E", with "00000000", save the Document and close "Script-Editor".