CharacterWidth Property

WdCharacterWidth

WdCharacterWidth can be one of these WdCharacterWidth constants.
wdWidthFullWidth
wdWidthHalfWidth

expression.CharacterWidth

expression Required. An expression that returns a Range object.

Example

This example converts the current selection to half-width characters.

Selection.Range.CharacterWidth = wdWidthHalfWidth

Applies to | Range Object

See Also | UseCharacterUnit Property