Thread: Chart Name
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier[_7_] Jon Peltier[_7_] is offline
external usenet poster
 
Posts: 115
Default Chart Name

All about chart names:

http://peltiertech.com/Excel/ChartsH...ameAChart.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

K Dales wrote:

Try this:
Sheets("GRAPHS").ChartObjects(1).Name = "New Name"


-----Original Message-----
I have the following name associated with my chart "Chart


81" but I want to change it but I can't find where I'm
supposed to change the name.

in a macro I see Sheets("GRAPHS").DrawingObjects


("Chart 81")

TIA
KM
.