Naming a chart created with VBA

  • Thread starter Thread starter excelnoob
  • Start date Start date
E

excelnoob

Hi!

This might be a simple question, but I don't seem to find the answer.

So, is there any way to name a chart that is created with VBA? I need
the chart to be named so that I can do "things" to it. :-)

Thank you in advance
 
You didn't post your code but try

ActiveChart.Name = "whatever"
 

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

Back
Top