View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Giff Giff is offline
external usenet poster
 
Posts: 9
Default Need event for selecting a series on a chart

I have an embedded chart in sheet 1 of my workbook. I am looking to
put together an event driven macro depending on which line from the
graph is clicked on.

I have read Chris Pearsons page on event procedures and ChartObject
objects (http://www.cpearson.com/excel/Events.aspx), however this does
not allow me to work from the SeriesCollection object.

I usually like to add the code I am currently using, however with this
I am at a loss and have nothing.

Giff