M
Michael C via OfficeKB.com
I want to append specific series on a chart.
I realize using the extend method would do the trick, but that will append
all the series in the chart.Hence the format SeriesCollection.Extend
I want to be able to extend specific series so SeriesCollection(index).Extend,
but it gives me a runtime error when using that code.
Anyone know how would I extend an existing specific series?
I realize using the extend method would do the trick, but that will append
all the series in the chart.Hence the format SeriesCollection.Extend
I want to be able to extend specific series so SeriesCollection(index).Extend,
but it gives me a runtime error when using that code.
Anyone know how would I extend an existing specific series?