Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 16 Jun 2008 23:36:27 -0400, "Rick Rothstein \(MVP - VB\)"
wrote: 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? Thanks Rick, that's exactly what I wanted but couldn't remember. Cheers - Kirk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get Mouse Coordinates | Excel Programming | |||
Reading Chart Coordinates with Mouse Events | Excel Programming | |||
Mouse Coordinates | Excel Programming | |||
Mouse X-Y Coordinates | Excel Programming | |||
Can I grab graph coordinates in Excel via the mouse with VB? | Charts and Charting in Excel |