IndentLevel Property Example

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

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

Send feedback to MSDN.Look here for MSDN Online resources.