title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Range.ClearOutline method (Excel) |
vbaxl10.chm144098 |
|
|
80d82c8d-7670-54b5-7aa5-5c39aadcb990 |
05/10/2019 |
medium |
Clears the outline for the specified range.
expression.ClearOutline
expression A variable that represents a Range object.
Variant
This example clears the outline for the range A1:G37 on Sheet1.
Worksheets("Sheet1").Range("A1:G37").ClearOutline
[!includeSupport and feedback]