CoAuthLocks.RemoveEphemeralLocks method (Word)

Removes ephemeral locks from the document.

Syntax

expression. RemoveEphemeralLocks

expression An expression that returns a 'CoAuthLocks' object.

Return value

Nothing

Remarks

Ephemeral locks are automatically applied to a range when a co author begins to edit a document that has co authoring enabled.

Example

The following code example removes all ephemeral locks from the active document.

ActiveDocument.CoAuthoring.Locks.RemoveEphemeralLocks  

See also

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