Adds the specified dictionary to the collection of active custom conversion dictionaries. If a file with the specified name doesn't exist, Microsoft Word creates one.
Syntax
expression.Add(FileName)
expression Required. An expression that returns a HangulHanjaConversionDictionaries collection.
FileName Required String. The path and file name of the dictionary you want to add. If no path is specified, the proofing tools path is used.
Remarks
Use the HangulHanjaDictionaries property to return the collection of custom conversion dictionaries. The HangulHanjaConversionDictionaries collection includes only the active custom conversion dictionaries.
Dictionary objects that are derived from the Languages collection don't have an Add method. These include the Dictionary objects returned by the ActiveSpellingDictionary, ActiveGrammarDictionary, ActiveThesaurusDictionary, and ActiveHyphenationDictionary properties.