Paragraph.FirstLineIndent (Word)

Returns or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.


ActiveDocument.Paragraphs(1).FirstLineIndent = _ 
 InchesToPoints(1)