SpellingDictionaryType Property Example
This example returns the type of spelling dictionary used for U.S. English.
myType = Languages(wdEnglishUS).SpellingDictionaryType
This example makes the legal dictionary the active spelling dictionary.
Languages(wdEnglishUS).SpellingDictionaryType = wdSpellingLegal