View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ratty Ratty is offline
external usenet poster
 
Posts: 2
Default How to get position of mouse via VB in a worksheet

I would like to monitor the position of the mouse in a worksheet and react to
this.

So when the mouse moves an event triggered which reports the x,y position
and if possible the cell under the current location of the mouse. If the x,y
position is recorded I would need to know the x,y limits of the worksheet and
the view limit of the cells on the screen.

I would be grateful for any help given.