MonthNames Property

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

Applies to | Options Object