I'm stuck on this one. I have a chart which has always been working rather well, thank you very much.
It is based on a dynamic named range as the series number can vary from 1 to 3. I have this located in a sheet and this is always a column chart.
I now have a need to add an extra series (whos values may change) which is a named range but need it to be a line chart on the secondary axis.
I previously just refreshed the graph with the following:
But if I extend the range for the extra series I randomly get series in either lines or columns and on either axis.
Google has not been my friend so far in this so I'd really appreciate some assistance.
Ta!
Fee
"The cure for anything is salt water – sweat, tears, or the sea." Isak Dinesen
It is based on a dynamic named range as the series number can vary from 1 to 3. I have this located in a sheet and this is always a column chart.
I now have a need to add an extra series (whos values may change) which is a named range but need it to be a line chart on the secondary axis.
I previously just refreshed the graph with the following:
Code:
ActiveSheet.ChartObjects("crtHeliRadValue").Chart.SetSourceData Source:=Sheets("HelicopterData").Range("Heli_Rad_Value")
Google has not been my friend so far in this so I'd really appreciate some assistance.
Ta!
Fee
"The cure for anything is salt water – sweat, tears, or the sea." Isak Dinesen