AutoCorrect.CorrectHangulAndAlphabet property (Word)

True if Microsoft Word automatically applies the correct font to Latin words typed in the middle of Hangul text or vice versa. Read/write Boolean.

Syntax

expression. CorrectHangulAndAlphabet

expression An expression that returns an 'AutoCorrect' object.

Example

This example sets Microsoft Word to automatically apply the correct font to Latin words typed in the middle of Hangul text or vice versa.

AutoCorrect.CorrectHangulAndAlphabet = True

See also

AutoCorrect Object

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.