Range.NoProofing Property

Word Developer Reference

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.

Visual Basic for Applications
  Selection.Range.NoProofing = True

See Also