K
keith
Hello,
I have a chart that has either one or two series’ in it, and I want to
delete all series’ in the chart so I can rebuild them. Using the following
code
ActiveChart.SeriesCollection.Delete
I receive the following error
Error 438 Object doesn't support this property or method
How can I delete all series’ without getting the error.
Thank you,
keith
I have a chart that has either one or two series’ in it, and I want to
delete all series’ in the chart so I can rebuild them. Using the following
code
ActiveChart.SeriesCollection.Delete
I receive the following error
Error 438 Object doesn't support this property or method
How can I delete all series’ without getting the error.
Thank you,
keith