View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan2 dan2 is offline
external usenet poster
 
Posts: 1
Default Getting series name


I am trying to get information about charts from an automation object, I
have managed to get the chart names using:

Excel.ActiveSheet.ChartObjects(i).Name

But now I want to get the series names, according to the information I
have found so far this should work, but it doesn't:

Excel.ActiveSheet.ChartObjects(i).Chart.SeriesColl ection(n).Name

(Where i is looping through the charts and n is looping through the
SeriesCollections)

What am I doing wrong? Is it even possible to get the series name?

TIA!


--
dan2
------------------------------------------------------------------------
dan2's Profile: http://www.excelforum.com/member.php...o&userid=24601
View this thread: http://www.excelforum.com/showthread...hreadid=381893