ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Chart series delete all then add new (https://www.excelbanter.com/excel-programming/379855-chart-series-delete-all-then-add-new.html)

keri

Chart series delete all then add new
 
Hi,

I have a chart whose data series are deleted and re-populated. After
repopulating the data the series are all REF errors even though the new
data is the same and in the same place. So I need to write the code to
delete all the previous series so I can then re-add them through code.
Is this possible?


Andy Pope

Chart series delete all then add new
 
Hi,

To remove all current series in a chart use,

do while activechart.SeriesCollection.count0
activechart.SeriesCollection(1).delete
Loop

cheers
Andy

keri wrote:
Hi,

I have a chart whose data series are deleted and re-populated. After
repopulating the data the series are all REF errors even though the new
data is the same and in the same place. So I need to write the code to
delete all the previous series so I can then re-add them through code.
Is this possible?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

keri

Chart series delete all then add new
 
Thanks Andy


Andy Pope wrote:
Hi,

To remove all current series in a chart use,

do while activechart.SeriesCollection.count0
activechart.SeriesCollection(1).delete
Loop

cheers
Andy

keri wrote:
Hi,

I have a chart whose data series are deleted and re-populated. After
repopulating the data the series are all REF errors even though the new
data is the same and in the same place. So I need to write the code to
delete all the previous series so I can then re-add them through code.
Is this possible?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info




All times are GMT +1. The time now is 06:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com