CoAuthUpdates.Count Property (Word)

Returns the number of items in the CoAuthUpdates collection. Read-only.

Version Information

Version Added: Word 2010

Syntax

expression .Count

expression An expression that returns a CoAuthUpdates object.

Example

The following code example displays the number of content updates that were merged into the active document at the last explicit save.

MsgBox "The active document contains " & _ 
    ActiveDocument.CoAuthoring.Updates.Count & " update(s)."

See Also

Concepts

CoAuthUpdates Object

CoAuthUpdates Object Members