View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier[_3_] Jon Peltier[_3_] is offline
external usenet poster
 
Posts: 57
Default "Dragging Chart Markers to Change Data" Event

Andrei -

Moving a point raises the SeriesChange event of the chart. Here's some
bedtime reading about chart events:

http://support.microsoft.com/?kbid=213738
http://www.microsoft.com/exceldev/articles/xlevnts.htm
http://msdn.microsoft.com/library/de...hartEvents.asp
http://msdn.microsoft.com/library/de...hartEvents.asp

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

Andrei wrote:
Hi Guys,
Is there a way to catch the "Dragging Chart Markers to
Change Data" event (if one exists) and to execute my own
macro?

Thanks in advance.
Cheers,
Andrei