AutoCorrect.HangulAndAlphabetAutoAdd property (Word)
True if Microsoft Word automatically adds words to the list of Hangul and alphabet AutoCorrect exceptions. Read/write Boolean.
Syntax
expression. HangulAndAlphabetAutoAdd
expression An expression that returns an 'AutoCorrect' object.
Remarks
The list of Hangul and alphabet AutoCorrect exceptions is located on the Korean tab in the AutoCorrect Exceptions dialog box. Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct.
Example
This example sets Microsoft Word to automatically add words to the list of Hangul and alphabet AutoCorrect exceptions.
AutoCorrect.HangulAndAlphabetAutoAdd = True
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.