HangulAndAlphabetAutoAdd Property
True if Microsoft Word automatically adds words to the list of Hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box (on the Tools menu, click AutoCorrect Options, then click the AutoCorrect tab, and then click the Exceptions button). Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct. Read/write Boolean.
expression.HangulAndAlphabetAutoAdd
expression Required. An expression that returns an AutoCorrect object.
Remarks
For more information on using Word with Asian languages, see Word features for Asian languages .
Example
This example sets Microsoft Word to automatically add words to the list of hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box.
AutoCorrect.HangulAndAlphabetAutoAdd = True
Applies to | AutoCorrect Object
See Also | Add Method | HangulAndAlphabetException Object | HangulAndAlphabetExceptions Collection Object