Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How about Activechart.Parent.Name , which should return either ChartA or ChartB. Cheers Andy Bill wrote: 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 -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Name Chart Objects | Excel Discussion (Misc queries) | |||
Protecting chart objects | Excel Programming | |||
help with chart objects | Excel Programming | |||
Chart objects | Excel Programming | |||
Moving Chart Objects | Excel Programming |