Application.SpellingOptions Property
Returns a SpellingOptions object that represents the spelling options of the application.
Syntax
expression.SpellingOptions
expression A variable that represents an Application object.
Example
In this example, Microsoft Excel checks the setting on the spelling options for ignoring mixed digits, and notifies the user of its status.
| Visual Basic for Applications |
|---|
|