CoAuthoring.Updates Property (Word)

Returns a CoAuthUpdates collection that represents the most recent updates that were merged into the document. Read-only.

Version Information

Version Added: Word 2010

Syntax

expression .Updates

expression An expression that returns a CoAuthoring object.

Example

The following code example gets the most recent updates that have been merged into the active document.

Dim allUpdates As CoAuthUpdates 
 
Set allUpdates = ActiveDocument.CoAuthoring.Updates

See Also

Concepts

CoAuthoring Object

CoAuthoring Object Members