Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 700 Bytes

Excel.Range.ClearOutline.md

File metadata and controls

42 lines (24 loc) · 700 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ClearOutline method (Excel)
vbaxl10.chm144098
vbaxl10.chm144098
Excel.Range.ClearOutline
80d82c8d-7670-54b5-7aa5-5c39aadcb990
05/10/2019
medium

Range.ClearOutline method (Excel)

Clears the outline for the specified range.

Syntax

expression.ClearOutline

expression A variable that represents a Range object.

Return value

Variant

Example

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

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

[!includeSupport and feedback]