Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to write a macro that will check all of the series in a
given chart and make sure that they are pulling from the same sheet name. Is there a way to step through each series value, extract the sheet name it's pulling from (I could feed this into an array), and then compare those values (I could use the filter function on the new array). I just can't seem to find a way to extract each series value in order to pull them into an array. Any help would be appreciated. I guess I'm just not real familiar with series/seriescollection syntax. Thanks, Jamie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See John Walkenbach's page on Chart Series:
http://j-walk.com/ss/excel/tips/tip83.htm A Class Module to Manipulate a Chart SERIES -- Regards, Tom Ogilvy Jamie wrote in message om... I'm trying to write a macro that will check all of the series in a given chart and make sure that they are pulling from the same sheet name. Is there a way to step through each series value, extract the sheet name it's pulling from (I could feed this into an array), and then compare those values (I could use the filter function on the new array). I just can't seem to find a way to extract each series value in order to pull them into an array. Any help would be appreciated. I guess I'm just not real familiar with series/seriescollection syntax. Thanks, Jamie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel chart maximum series should more than 255 series | Charts and Charting in Excel | |||
User Selectable Series and Number of Series for Line Chart | Charts and Charting in Excel | |||
how to plot column chart with one series against multiple series. | Charts and Charting in Excel | |||
chart data series -- plot a table as a single series | Charts and Charting in Excel | |||
Can I add an average series to a chart with 2 or more series? | Charts and Charting in Excel |