Document.WriteReserved property (Word)
True if the specified document is protected with a write password. Read-only Boolean.
Syntax
expression. WriteReserved
expression A variable that represents a Document object.
Example
This example displays a message if the active document has a write password.
If ActiveDocument.WriteReserved = True Then
MsgBox "Changes cannot be made to this document."
End If
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.