View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default mouse position in EXCEL

If you use the Chart_mousedown event, this will return
1. the button pressed down
2. whether or not Shift or ctrl is being pressed
3. the position of the mouse over the chart

"Franz" wrote:

Hi guys

Is there anybody who could tell me the sequence to read the mouse
position into a macro?

I'd like to determine the position of the mouse on a chart when the
mouse button was pressed to take some actions.

Example: while hovering over a chart that presents a map I'd like to
have the possibility to zoom in and center on a specific point.

FB