Options.EnableMisusedWordsDictionary property (Word)
True if Microsoft Word checks for misused words when checking the spelling and grammar in a document. Read/write Boolean.
Syntax
expression. EnableMisusedWordsDictionary
expression A variable that represents a 'Options' object.
Remarks
Word looks for the following when checking for misused words: incorrect usage of adjectives and adverbs, comparatives and superlatives, "like" as a conjunction, "nor" versus "or," "what" versus "which," "who" versus "whom," units of measurement, conjunctions, prepositions, and pronouns.
Example
This example sets Word to ignore misused words when checking spelling and grammar.
Options.EnableMisusedWordsDictionary = False
See also
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.