CoAuthoring.Locks property (Word)

Returns a CoAuthLocks collection that represents the locks in the document. Read-only.

Syntax

expression. Locks

expression An expression that returns a 'CoAuthoring' object.

Example

The following code example displays the number of locks in the active document.

MsgBox "There are " & _ 
    ActiveDocument.CoAuthoring.Locks.Count & _ 
    " locks in the active document."

See also

CoAuthoring 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.