MonthNames Property

Microsoft Word Visual Basic

Show All

MonthNames Property

       

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

WdMonthNames can be one of these WdMonthNames constants.
wdMonthNamesEnglish
wdMonthNamesArabic
wdMonthNamesFrench

expression.MonthNames

expression   Required. An expression that returns an Options object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

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

Options.MultipleWordConversionsMode = wdHangulToHanja