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

Concepts

Style Object Members

Style Object