Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I would like to use mouse events (like MouseMove) at ExcelSheet level. How can I do that, if I can? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mike,
What are you trying to do? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "mike" wrote in message ... Hi, I would like to use mouse events (like MouseMove) at ExcelSheet level. How can I do that, if I can? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob,
I'm trying to control mouse movements over an excel sheet. Specifically: I'd like to trigger an action when I'm over a specific cell. Could be possible? thanks! -----Original Message----- Mike, What are you trying to do? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The problem is that the mousemovement, which can be done with APIs, return
an x & y co-ordinate relative to the screen, not a cell position. It might be possible to get the Excel app position and the window position and work out the cell from all of this, but it sounds more effort than it is worth. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "mike" wrote in message ... Bob, I'm trying to control mouse movements over an excel sheet. Specifically: I'd like to trigger an action when I'm over a specific cell. Could be possible? thanks! -----Original Message----- Mike, What are you trying to do? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Well,
If there is a possibility to connect, even across API, a mouse event with an excel object (application ...), please, would you tell me how it can be done? Mike -----Original Message----- The problem is that the mousemovement, which can be done with APIs, return an x & y co-ordinate relative to the screen, not a cell position. It might be possible to get the Excel app position and the window position and work out the cell from all of this, but it sounds more effort than it is worth. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can give you some code that shows the mouse x/y position in the statusbar.
As I said, this is the screen co-ordinate, not the Excel relative co-ordinates. Is that any use to you (it's complex)? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "mike" wrote in message ... Well, If there is a possibility to connect, even across API, a mouse event with an excel object (application ...), please, would you tell me how it can be done? Mike -----Original Message----- The problem is that the mousemovement, which can be done with APIs, return an x & y co-ordinate relative to the screen, not a cell position. It might be possible to get the Excel app position and the window position and work out the cell from all of this, but it sounds more effort than it is worth. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capturing Insert/Delete Events in Excel Sheet using c# | Excel Worksheet Functions | |||
How to get text which is inside the brackets in excel sheet | Excel Worksheet Functions | |||
inserting scrollbar inside an Excel Sheet | Excel Discussion (Misc queries) | |||
VLOOKUP used with Access DB inside of Excel Sheet | Excel Discussion (Misc queries) | |||
Mouse over events for Active X objects in excel | Excel Programming |