Syntax
Private Sub Chart_Activate()
Enter
Code
End Sub
This event will run code when a chart is
activated.
Example
Private Sub Chart_Activate()
Chart.Select
End Sub
Result
The example will select the chart after it is
activated.