Syntax
Private Sub Workbook_NewChart(ByVal Ch As Chart)
Enter
Code
End Sub
This event will run every time a new chart is
created in the specific workbook.
Required Parameters
Ch
The ch parameter returns the newly created
chart as an chart object to allow users to manipulate the events, methods and
properties.
Versions
Excel 2010
Excel 2013