Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way of capturing mouse events over a worksheet (API would be
fine, but it would be nice to capture single/double click events, etc)? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does this work for you:
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) ' Your code End Sub Ridght click the sheet TABViewCodeWorksheet in the General textbox "InExcelHell" wrote: Is there any way of capturing mouse events over a worksheet (API would be fine, but it would be nice to capture single/double click events, etc)? |
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) | |||
switch from one worksheet to another without using mouse | Excel Discussion (Misc queries) | |||
Renaming Worksheet without using mouse?? | Excel Discussion (Misc queries) |