Thread: Mouse Position
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Mouse Position

Hi
not really possible as there's no event which return the X/Y position
on a spreadsheet. So you'll have to use Windows aPI functions and
CALCULATE the mouse position on your spreadsheet

--
Regards
Frank Kabel
Frankfurt, Germany

"Max Potters" schrieb im Newsbeitrag
...
Hi all,

I'm trying to run a code when the mouse pointer comes on a specific

range
on, for example, Sheet1. Im trying to run a little macro which shows

a
toolbar, when the cursor is on the X, Y ranges of the standard

toolbar (when
the cursor moves over the toolbar's position, while the toolbar is

not
visible, it makes it visible).

Does anyone know how to do this?

Thanks in advance
Max