Hello,

What is the VBA code for selecting a chart to work on? For instance, the code for selecting a worksheet named "Dashboard" is:

Sheets("Dashboard").Select

What is the code for selecting a particular chart?

Thanks.