Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Mouse Click Event

Hello,

Can i get a mouse click Event in a Worksheet?. I want to find a single click
inside a cell is this possible?

Regards,
Srinath S


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 68
Default Mouse Click Event

This isn't possible. Closest event I can think of is the Change event of
the worksheet object. However this also catch cell position changes carried
out with the keyboard.

There is a double click event which you can catch.


--

Regards,


Bill Lunney
www.billlunney.com

"Srinath" wrote in message
...
Hello,

Can i get a mouse click Event in a Worksheet?. I want to find a single

click
inside a cell is this possible?

Regards,
Srinath S




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Mouse Click Event

John Walkenbach has a workaround. He puts an invisible rectangle over the cell
and catches the click on that rectangle.

http://j-walk.com/ss/excel/tips/tip12.htm

Srinath wrote:

Hello,

Can i get a mouse click Event in a Worksheet?. I want to find a single click
inside a cell is this possible?

Regards,
Srinath S


--

Dave Peterson

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
Mouse Up or Down Event billinr Excel Discussion (Misc queries) 2 July 5th 07 07:46 PM
ListBox Click Event BHatMJ Excel Discussion (Misc queries) 6 June 21st 07 09:34 PM
perform an event if mouse rolled over an object [email protected] Excel Worksheet Functions 0 September 5th 06 08:28 PM
mouse over event rk0909 Excel Discussion (Misc queries) 1 September 3rd 06 02:51 PM
Use the "mouse over" event to exclude a data point from a series Randall Hiltz Charts and Charting in Excel 10 January 19th 05 06:20 PM


All times are GMT +1. The time now is 01:52 AM.

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

About Us

"It's about Microsoft Excel"