AutoAdjustRightIndent Property Example

This example sets Microsoft Word to automatically adjust the right indent for the selected paragraphs if you’ve specified a set number of characters per line.

With Selection.ParagraphFormat
    .AutoAdjustRightIndent = True
End With