CoAuthUpdate.Range property (Word)

Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only.

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

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