Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Mouse movement on worksheet

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default 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)?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Worksheet border blends with background during movement Dima Excel Discussion (Misc queries) 0 April 20th 09 09:26 AM
Worksheet border blends with background during movement Dima Setting up and Configuration of Excel 0 April 20th 09 09:26 AM
Mouse movement in EXCEL Staanley Excel Discussion (Misc queries) 2 September 8th 08 10:15 PM
switch from one worksheet to another without using mouse Jamie Excel Discussion (Misc queries) 2 June 22nd 07 10:26 PM
Renaming Worksheet without using mouse?? dalipsinghbisht Excel Discussion (Misc queries) 2 March 20th 06 02:47 PM


All times are GMT +1. The time now is 02:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"