IgnoreMixedDigits Property

Applies To

Options object.

Description

True if words that contain numbers are ignored while checking spelling. Read/write Boolean.

See Also

CheckSpelling method, IgnoreInternetAndFileAddresses property, IgnoreUppercase property.

Example

This example sets Word to ignore words that contain numbers, and then it checks spelling in the active document.

Options.IgnoreMixedDigits = True
ActiveDocument.CheckSpelling
This example returns the current status of the Ignore words with numbers option on the Spelling & Grammar tab in the Options dialog box.

temp = Options.IgnoreMixedDigits