ParagraphFormat.RightIndent property (Word)
Returns or sets the right indent (in points) for the specified paragraphs. Read/write Single.
Syntax
expression. RightIndent
expression Required. A variable that represents a 'ParagraphFormat' object.
Example
This example sets the right indent for all paragraphs in the active document to 1 inch from the right margin. The InchesToPoints method is used to convert inches to points.
ActiveDocument.Paragraphs.RightIndent = InchesToPoints(1)
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.