View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_2144_] Rick Rothstein \(MVP - VB\)[_2144_] is offline
external usenet poster
 
Posts: 1
Default Mouse Coordinates

By Form, do you mean UserForm? The UserForm's MouseDown, MouseMove and
MouseUp events return the mouse coordinates relative to the UserForm via the
X and Y arguments. Can you make use of those? If not, then you are going to
have to describe your set up in a lot more detail than you have given us so
far.

Rick


"kirkm" wrote in message
...

Is there any way to get the X & Y position of the mouse, on a Form.

I want to trap a mouse click event relative to position.

Thanks - Kirk