Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 799 Bytes

Excel.Workbook.Charts.md

File metadata and controls

37 lines (22 loc) · 799 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.Charts property (Excel)
vbaxl10.chm199084
vbaxl10.chm199084
Excel.Workbook.Charts
582d9a78-d86f-ab69-0c22-85f8a59412d9
05/29/2019
medium

Workbook.Charts property (Excel)

Returns a Sheets collection that represents all the chart sheets in the specified workbook.

Syntax

expression.Charts

expression A variable that represents a Workbook object.

Example

This example deletes every chart sheet in the active workbook. For the following sample code to work, you must have a chart sheet in the active workbook.

ActiveWorkbook.Charts.Delete

[!includeSupport and feedback]