CoAuthUpdates.Count property (Word)

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

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

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