G
GC
Hi,
I have a range named DataCount. This will count the number of data points i
have in a column. I would like to use this information when specifying the
series range in chart.
ActiveChart.SeriesCollection(1).Values = "='System 4'!R2C13:R35C13"
In this example I need to substitute R35 with DataCount.
What is the correct syntax?
Thanks in advance,
Cherrs!
I have a range named DataCount. This will count the number of data points i
have in a column. I would like to use this information when specifying the
series range in chart.
ActiveChart.SeriesCollection(1).Values = "='System 4'!R2C13:R35C13"
In this example I need to substitute R35 with DataCount.
What is the correct syntax?
Thanks in advance,
Cherrs!