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

Concepts

AutoCorrect Object Members

AutoCorrect Object