Поделиться через


Range.NoProofing Property (Word)

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.

Selection.Range.NoProofing = True

See Also

Concepts

Range Object

Range Object Members