Applies To
Range Object.
Description
Clears the outline for the specified range.
Syntax
object.ClearOutline
object
Required. The Range object.
See Also
AutoOutline Method.
Example
This example clears the outline for the range A1:G37 on Sheet1.
Worksheets("Sheet1").Range("A1:G37").ClearOutline