| Excel Developer Reference |
| Application.ActiveChart Property |
expression.ActiveChart
expression A variable that represents an Application object.
Remarks
If you don't specify an object qualifier, this property returns the active chart in the active workbook.
Example
This example turns on the legend for the active chart.
| Visual Basic for Applications |
|---|
|