B
bill..
Stupid problem really
I cannot properly construct a series range object for my non adjacent
series columns:
MyRows = Range("A1").End(xlDown).Rows
ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range( _
"A2:A" & MyRows & " , C2:C" & MyRows, E2:E" & MyRows),
PlotBy:=xlColumns
The above range object is the problem.
What am I doing wrong?
Thanks
Bill
I cannot properly construct a series range object for my non adjacent
series columns:
MyRows = Range("A1").End(xlDown).Rows
ActiveChart.SetSourceData Source:=Sheets("Sheet1").Range( _
"A2:A" & MyRows & " , C2:C" & MyRows, E2:E" & MyRows),
PlotBy:=xlColumns
The above range object is the problem.
What am I doing wrong?
Thanks
Bill