A
Andy
I have a data source which varies in length, and I need to specify the data
range for the chart which displays this data. At present I have:
ActiveChart.SetSourceData Source:=Sheets("Site
Data").Range("C2:C500,G2:H500" _
), PlotBy:=xlColumns
Instead of going dwon to line 500 I want it to go down to a line number set
by the variable "lastrow".
Thanks,
Andy
range for the chart which displays this data. At present I have:
ActiveChart.SetSourceData Source:=Sheets("Site
Data").Range("C2:C500,G2:H500" _
), PlotBy:=xlColumns
Instead of going dwon to line 500 I want it to go down to a line number set
by the variable "lastrow".
Thanks,
Andy