Hi,
I am attempting to set the source data for a chart programmatically. In theory not a problem. However, the range that I am trying to assign to the Series is a named range consisting of three non-contiguous areas – in this case D35:AA35, D51:AA51 and D67:AA67 – and if I use something like:
activesheet.chartobjects(1).chart.seriescollection.add source:=range("_12MLRs")
I actually end up adding 3 series to the chart rather than 1 series. Is this a known issue? Can anyone tell me either what I’m doing wrong or how to work around this before I embark on a lengthy investigation?
Thanks,