Share via


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.

Syntax

expression .NoProofing

expression A variable that represents a Selection object.

Example

This example marks the current selection to be ignored by the spelling and grammar checker.

Selection.NoProofing = True

See Also

Concepts

Selection Object Members

Selection Object