View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
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