ChartView object (Excel)
Represents a view of a chart.
The ChartView object is one of the objects that can be returned by the SheetViews collection, similar to the Sheets collection. The ChartView object applies only to chart sheets.
The following example returns a ChartView object.
ActiveWindow.SheetViews.Item(1)
The following example returns a Chart object.
ActiveWindow.SheetViews.Item(1).Sheet
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.