CoAuthLock.Range Property (Word)
Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only.
Version Information
Version Added: Word 2010
Syntax
expression .Range
expression An expression that returns a CoAuthLock object.
Example
The following code example gets the document range for the first lock in the active document and displays the range text to the user.
MsgBox ActiveDocument.Coauthoring.Locks(1).Range