Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 734 Bytes

Excel.ChartArea.ClearFormats.md

File metadata and controls

42 lines (24 loc) · 734 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartArea.ClearFormats method (Excel)
vbaxl10.chm620082
vbaxl10.chm620082
Excel.ChartArea.ClearFormats
0af0bba7-6fb8-d221-7b1f-ba7c40ae1687
04/20/2019
medium

ChartArea.ClearFormats method (Excel)

Clears the formatting of the object.

Syntax

expression.ClearFormats

expression A variable that represents a ChartArea object.

Return value

Variant

Example

This example clears the formatting from embedded chart one on Sheet1.

Worksheets("Sheet1").ChartObjects(1).Chart.ChartArea.ClearFormats

[!includeSupport and feedback]