Mouse movement on worksheet
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)?
|