Document.ProtectionType Property
Word Developer Reference |
Returns the protection type for the specified document. Can be one of the following WdProtectionType constants: wdAllowOnlyComments, wdAllowOnlyFormFields, wdAllowOnlyReading, wdAllowOnlyRevisions, or wdNoProtection.
Syntax
expression.ProtectionType
expression A variable that represents a Document object.
Example
If the active document isn't already protected, this example protects the document for comments.
Visual Basic for Applications |
---|
|
This example unprotects the active document if it is protected.
Visual Basic for Applications |
---|
|
See Also