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