Share via


Workbook.Charts Property (Excel)

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

Syntax

.Charts

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

참고 항목

개념

Workbook Object

Workbook Object Members