M
Mark Scholes
Hi,
I used this code so I don't need to know the name of the
graph.
Sheets("Graph Book").Select
ActiveChart.Select
ActiveChart.SeriesCollection(1).XValues = Sheets
("Graph Data").Range("B1:IU1")
now I get this error
Unable to set the XValues property of the Series class
I used this code so I don't need to know the name of the
graph.
Sheets("Graph Book").Select
ActiveChart.Select
ActiveChart.SeriesCollection(1).XValues = Sheets
("Graph Data").Range("B1:IU1")
now I get this error
Unable to set the XValues property of the Series class