C
Chad Cameron
Hi All,
I have about 50 charts. I recently deleted a bunch of rows to clear up old
data. In doing so, all my charts source data now reads K12:K70, instead of
K12:K500. I don't want to change them all by hand so I am trying to do it
with a marco as follows:
ActiveChart.SeriesCollection(1).Extend Source:=Worksheets("Monitoring Data
PRISM 401").Range("K12:K500")
My Chart has 3 seriescollections. My marco doesn't like the (1) after the
seriescollection. How can I specify the series to update?
(1) Y12:Y500
(2) Z12:Z500
(3) AB12:AB500
Thanks
Chad
I have about 50 charts. I recently deleted a bunch of rows to clear up old
data. In doing so, all my charts source data now reads K12:K70, instead of
K12:K500. I don't want to change them all by hand so I am trying to do it
with a marco as follows:
ActiveChart.SeriesCollection(1).Extend Source:=Worksheets("Monitoring Data
PRISM 401").Range("K12:K500")
My Chart has 3 seriescollections. My marco doesn't like the (1) after the
seriescollection. How can I specify the series to update?
(1) Y12:Y500
(2) Z12:Z500
(3) AB12:AB500
Thanks
Chad