> I have 25 worksheets each with 2 graphs.
> I need to revise the source series for all the graphs in these worksheets.
[quoted text clipped - 6 lines]
> Hope I could have advice on how to activate each charts without useing the
> chart index
Dear Mr Peltier
Thank you very much for the useful advice.
I have problem activating a chart as I do not know the chart index number.
Would appreciate your additional advice.

Signature
Thanks a million for your time and expert advice :-)
Jaylin
*****Jaylin Message ended*******
> Well, first of all, if the index is a number, make sure you don't put it in
> quotes. Second of all, you can name the charts uniquely, either in code if
[quoted text clipped - 20 lines]
> > Hope I could have advice on how to activate each charts without useing the
> > chart index
Jon Peltier - 24 Aug 2006 16:30 GMT
To find out the chart object index, run this from the Immediate Widow, and
see what's activated:
ActiveSheet.ChartObjects(1).Select
Change the (1) to see what all the numbers refer to.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
> Dear Mr Peltier
>
[quoted text clipped - 32 lines]
>> > the
>> > chart index
Jon Peltier - 24 Aug 2006 16:31 GMT
To find out the chart object index, run this from the Immediate Widow, and
see what's activated:
ActiveSheet.ChartObjects(1).Select
Change the (1) to see what all the numbers refer to.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
> Dear Mr Peltier
>
[quoted text clipped - 32 lines]
>> > the
>> > chart index