Options.MonthNames Property

Word Developer Reference

Returns or sets the direction for conversion between Hangul and Hanja. Read/write WdMonthNames.

Syntax

expression.MonthNames

expression   Required. A variable that represents an Options collection.

Example

This example sets Microsoft Word to convert from Hangul to Hanja by default.

Visual Basic for Applications
  Options.MultipleWordConversionsMode = wdHangulToHanja

See Also