Application.HangulHanjaDictionaries (Word)

Returns a HangulHanjaConversionDictionaries collection that represents all the active custom conversion dictionaries.

Active custom conversion dictionaries are marked with a check in the Custom Dictionaries dialog box. Click Options, click the Spelling & Grammar tab, and then click the Custom Dictionaries button. For information about returning a single member of a collection, see Returning an object from a collection.


Set myHome = _ 
 HangulHanjaDictionaries.Add(Filename:="Home.hhd") 
Msgbox myHome.Path & Application.PathSeparator _ 
 & myHome.Name