Re: Chart with non-contiguous X an Y Values
Hi Andy
thanks again for your interest. I have attached a sample of the data. Changing the data source manually is no problem, but how do I identify the data range in a macro? If I say
Code
Set myRange = Range(LocationRange,DataRange) 'with/without "s
ActiveChart.SetSourceData Source:=myRange, PlotBy:=xlColumns
all the current range is included
Regards
Robert