Syntax

expression.Charts

expression A variable that represents a Workbook object.

Example

This example deletes every chart sheet in the active workbook.

Visual Basic for Applications
ActiveWorkbook.Charts.Delete

See also: