Removes protection from the specified document. If the document isn't protected, this method generates an error.
Syntax
expression.UnProtect(Password)
expression Required. An expression that returns a Document object.
Password Optional Variant. The password string used to protect the document. Passwords are case-sensitive. If the document is protected with a password and the correct password isn't supplied, a dialog box prompts the user for the password.