Thread
:
Getting series name
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tushar Mehta
external usenet poster
Posts: 1,071
Getting series name
How does it not work? Do all your series have a name?
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
In article ,
says...
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
Reply With Quote
Tushar Mehta
View Public Profile
Find all posts by Tushar Mehta