ClearOutline Method [Excel 2003 VBA Language Reference]

Clears the outline for the specified range.

expression**.ClearOutline**

expression Required. An expression that returns a Range object.

Example

This example clears the outline for the range A1:G37 on Sheet1.

Worksheets("Sheet1").Range("A1:G37").ClearOutline

Applies to | Range Collection

See Also | ApplyOutlineStyles Method | AutoOutline Method | DisplayOutline Property | Group Method | Outline Object | OutlineLevel Property | ShowDetail Property