Paragraph.LeftIndent (Word)
Returns or sets a Single that represents the left indent value (in points) for the specified paragraph.
ActiveDocument.Paragraphs(1).LeftIndent = InchesToPoints(1)
Returns or sets a Single that represents the left indent value (in points) for the specified paragraph.
ActiveDocument.Paragraphs(1).LeftIndent = InchesToPoints(1)