View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Claude Claude is offline
external usenet poster
 
Posts: 36
Default assigning a macro to chart

Hi all
I have assigned a macro to a chart, (i.e. code executes
when chart is clicked)and would like to refer back to the
chart that has just been clicked, similar to referring
to "ActiveChart", except that in this case the click does
not activate the chart. Is this possible, or does one have
to assign an individual macro to every chart (and refer to
the specific chart)?