Chart Objects

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hello,
I have two charts embedded on a worksheet, that I have named ChartA and
ChartB. How can I tell which chart object has been selected by a user? For
example, if a person selects a point on ChartA, I want to run some code to
format that point.

Thanks.

bill
 
Hi,

How about Activechart.Parent.Name , which should return either ChartA or
ChartB.

Cheers
Andy
 

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