InsertIndent Method Example

This example decreases the indent level in cell A10.

With Range("a10")
    .InsertIndent -1
End With