Share via


AutoCorrect.CorrectHangulAndAlphabet Property

Word Developer Reference

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.

Visual Basic for Applications
  AutoCorrect.CorrectHangulAndAlphabet = True

See Also