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
|