Document.Permission property (Word)

Returns a Permission object that represents the permission settings in the specified document.

Syntax

expression. Permission

expression An expression that returns a Document object.

Example

The following example returns the permission settings for the active document.

Dim objPermission As Permission 
 
Set objPermission = ActiveDocument.Permission

See also

Document Object

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.