Conflicts object (Word)

A collection ofConflict objects that represents the conflicts in a document. The type of a Conflict object is specified by the WdRevisionType enumeration.

Remarks

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

Example

The following code example accepts the first conflict in the active document.

ActiveDocument.CoAuthoring.Conflicts(1).Accept 

See also

Word Object Model Reference

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.