Hi
I have this problem where i am not able to set multiple data source in the chart. I am using this code below and it looks fine but not sure why its still not working. Please help. Thanks
The result should be![]()
Sub updatecht col="R" ThisWorkbook.Worksheets("Data").ChartObjects("Chart 1").Activate ActiveChart.SetSourceData Source:=Sheets("Data").Range("A647:A660", col & "647:" & col & "660") end sub
=Data!$R$647:$R$660,Data!$R$647:$R$660
but with the code the result is
=Data!$A$647:$R$660
Bookmarks