Document.CheckConsistency Method

Word Developer Reference

Searches all text in a Japanese language document and displays instances where character usage is inconsistent for the same words.

Syntax

expression.CheckConsistency

expression   Required. A variable that represents a Document object.

Example

This example checks the consistency of Japanese characters in the active document.

Visual Basic for Applications
  ActiveDocument.CheckConsistency

See Also