Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Has anyone seen any discussion of ways to track mouse movement and
clicks over a worksheet? *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here are some 'mouse' events in the Worksheet modules...
Worksheet_BeforeDoubleClick Worksheet_BeforeRightClick Worksheet_SelectionChange HTH, -- Gary Brown If this post was helpful, please click the ''Yes'' button next to ''Was this Post Helpfull to you?''. "Edward Ulle" wrote: Has anyone seen any discussion of ways to track mouse movement and clicks over a worksheet? *** Sent via Developersdex http://www.developersdex.com *** |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I was think of was more on the line of a drawing program. Click on
a worksheet to anchor the first point of a line and then track the mouse cursor to dynamically show the line until the second point is anchored. For Forms there is Mouse Move and Click but I haven't found a way to draw dynamically on Forms. *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet border blends with background during movement | Excel Discussion (Misc queries) | |||
Worksheet border blends with background during movement | Setting up and Configuration of Excel | |||
Mouse movement in EXCEL | Excel Discussion (Misc queries) | |||
Mouse Location, Movement and Spreadsheet Location | Excel Programming | |||
Mouse movement on worksheet | Excel Programming |