Paragraphs.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.FirstLineIndent = _
InchesToPoints(1)