View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
Andy Pope Andy Pope is offline
external usenet poster
 
Posts: 2,489
Default coordinate of cursor on a chart

Hi,

You would need to create code for this.
Jon's article will help get you started. Chart Events in Microsoft Excel
http://www.computorcompanion.com/LPMArticle.asp?ID=221

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"AA2e72E" wrote in message
...
Is there a way to:

1. Get something like a tooltip message to come up when the mouse cursor
hovers over a chart? The message itself should give the coordinates of the
cursor head.

2. If 1 is impossible: if I specify the x,y coordinate in two cells, is
there a way whereby I can get that point to show on an existing chart?

Thanks for your help.