View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Scholes Mark Scholes is offline
external usenet poster
 
Posts: 16
Default Another problem with changeing a graph

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