CharacterUnitLeftIndent Property Example

This example sets the left indent of the first paragraph in the active document to one character from the left margin.

ActiveDocument.Paragraphs(1) _
    .CharacterUnitLeftIndent = 1