Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm getting an error using the following code - seems like I can't use .Index
with the SeriesCollection... Is that right? If so, what should I be using? Thanks in advance Trevor --------------------------------------- ActiveSheet.ChartObjects("Chart 1").Activate sCount = ActiveChart.SeriesCollection.Count xCount = sCount / 2 + 1 For Each mySeries In ActiveSheet.ChartObjects("Chart 1").Chart.SeriesCollection If mySeries.Index xCount Then mySeries.Delete End If Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL2002 SUM with a twist... | Excel Worksheet Functions | |||
xl2002: Position Picture in SeriesCollection | Excel Programming | |||
xl2002 problem | Excel Programming | |||
Using min and max function XL2002 | Excel Worksheet Functions | |||
SeriesCollection | Excel Programming |