View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R Vaughn R Vaughn is offline
external usenet poster
 
Posts: 13
Default chart series: displaying the source range

I am trying to set up a message box that will display the source range for a
series in a line graph. I get a "Run-time error 438" with the following
code. What is wrong?

ChartObjects(1).Select
x = ChartObjects(1).SeriesCollection(5).Values
MsgBox (x)