You could manually or programmatically rename the chart objects
(
http://peltiertech.com/Excel/ChartsH...meAChart.html). If the charts
are created programmatically, this naming can be integrated into the code.
Or if you know where the charts are in the sheet, you can loop through the
chart objects to find the one whose .TopLeftCell is a particular cell.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______
"Tom" wrote in message
...
I have a number of charts in my worksheet that I would like to copy to a
word
document. I am thinking the best way is to:
1. select the chart object
2. copy it
3. Tthen open a Word doc (not sure about the code for this)
4. paste it in the word doc
How can I get the chart object number to select the chart? for example if
I
have 200 charts they are not always numbered sequentially from 1-200
depending on how many times the charts are created. I may have a chart
299,
then a chart 333. How do I go the chart object number to be able to
reference it and select the chart.