View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Luis Ramírez Luis Ramírez is offline
external usenet poster
 
Posts: 1
Default Error Creating Chart

Hi:
I use something like this:

ActiveChart.SeriesCollection(1).XValues = "=Data!R" & InitialRow &
"C" & Col & ":R" & EndRow & "C" & Col

Hope this help