Language.ActiveSpellingDictionary Property
Word Developer Reference |
Returns a Dictionary object that represents the active spelling dictionary for the specified language.
Syntax
expression.ActiveSpellingDictionary
expression An expression that returns a Language object.
Remarks
If there is no spelling dictionary installed for the specified language, this property returns Nothing.
Example
This example returns the full path and file name of the active spelling dictionary.
Visual Basic for Applications |
---|
|
See Also