Style.NoProofing property (Word)

True if the spelling and grammar checker ignores text formatted with this style. Read/write Long.

Syntax

expression. NoProofing

expression A variable that represents a 'Style' object.

Example

This example sets the spelling and grammar checker to ignore any text in the active document formatted with the style named "Test".

ActiveDocument.Styles("Test").NoProofing = True

See also

Style Object

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.