Range.NoProofing property (Word)
True if the spelling and grammar checker ignores the specified text. Read/write Long.
Syntax
expression. NoProofing
expression A variable that represents a Range object.
Remarks
This property returns wdUndefined if the NoProofing property is set to True for only some of the specified text.
Example
This example marks the current selection to be ignored by the spelling and grammar checker.
Selection.Range.NoProofing = True
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.