CoAuthUpdate.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 CoAuthUpdate object.

Example

The following code example gets the document range for the first update in the active document.

Dim rng As Range 
 
Set rng = ActiveDocument.CoAuthoring.Updates(1).Range 

See Also

Concepts

CoAuthUpdate Object Members

CoAuthUpdate Object