Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Selectable Series and Number of Series for Line Chart | Charts and Charting in Excel | |||
Fill Series Dates: not letting me change the series from year to m | Excel Discussion (Misc queries) | |||
chart data series -- plot a table as a single series | Charts and Charting in Excel | |||
series graph -- one series being added to another series | Charts and Charting in Excel | |||
Filling in a Date Series using the Fill | Series menu command | Excel Programming |