Hi,

Excuse me for my english, it's not my mother tongue.

I have one picture in my sheet named "Picture 1". When I click on this picture, I call
my routine "MyPicture_Click()".

In this macro, I call the 'GetCursorPos' API windows function to know the mouse
position. But coordinates are relative to the screen and not to sheet.

i.e., if my picture is in the upper left corner of my sheet, coordinates are not 0, 0.

Is there someone know how I can convert coordinate from 'GetCursorPos' to my
active sheet?


François.