Conflicts.Count Property (Word)
Returns the number of items in the Conflicts collection. Read-only.
Version Information
Version Added: Word 2010
Syntax
expression .Count
expression An expression that returns a Conflicts object.
Example
The following code example gets the number of Conflict objects in the active document.
Dim confCount as Long
confCount = ActiveDocument.CoAuthoring.Conflicts.Count