Dictionaries.ActiveCustomDictionary Property
Word Developer Reference |
Returns or sets a Dictionary object that represents the custom dictionary to which words will be added. Read/write.
Syntax
expression.ActiveCustomDictionary
expression A variable that represents a Dictionaries collection.
Example
This example displays the full path and file name of the active custom dictionary.
Visual Basic for Applications |
---|
|
This example clears all existing custom dictionaries, adds a custom dictionary named "Home.dic," and then loads the new dictionary.
Visual Basic for Applications |
---|
|
See Also