April 2006
Beginner
1114 pages
98h 16m
English
Application.DeleteChartAutoFormat(Name)
Removes a custom chart type. The following code removes the custom chart type created earlier in AddChartAutoFormat:
Sub TestDeleteChartType( )
Application.DeleteChartAutoFormat "new custom"
End SubRead now
Unlock full access