Returns or sets the right indent value (in characters) for the specified paragraphs. Read/write Single.
expression.CharacterUnitRightIndent
expression Required. An expression that returns one of the objects in the Applies To list.
For more information on using Word with Asian languages, see Word features for Asian languages.
This example sets the right indent for all paragraphs in the active document to one character from the right margin.
ActiveDocument.Paragraphs _
.CharacterUnitRightIndent = 1