Range.Conflicts property (Word)

Returns a Conflicts collection object that contains all the conflict objects in the range. Read-only.

Syntax

expression. Conflicts

expression An expression that returns a Range object.

Remarks

Use the Conflicts property to return the Conflicts collection object for a document. Use Conflicts (index), where index is the conflict index number, to return a singleConflict object.

Note

This property is only available for co authoring enabled documents. If you attempt to access this property on a document that is not enabled for co authoring, you will receive a run-time error.

Example

The following code example displays the number of conflicts in the first paragraph of the active document.

MsgBox ActiveDocument.Paragraphs(1).Range.Conflicts.Count

See also

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