Naming Chart

P

pancho

use something like
Dim cho as ChartObject
set cho=Activesheet.ChartObjects(1)
cho.name="yyy"

or use something like this (If you know the actual name)
Dim cho as ChartObject
set cho=Activesheet.ChartObjects("Chart 1")
cho.name="yyy"



Francisco Mariscal
fcomariscal at hotmail dot com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top