Syntax

expression.IndentLevel

expression A variable that represents a Range object.

Remarks

Using this property to set the indent level to a number less than 0 (zero) or greater than 15 causes an error.

Example

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

Visual Basic for Applications
With Range("A10") .IndentLevel = 15 End With

See also: