IndentLevel Property Example

This example increases the indent level to 15 in cell A10.

With Range("a10")
    .IndentLevel = 15
End With