View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jac Tremblay[_4_] Jac Tremblay[_4_] is offline
external usenet poster
 
Posts: 99
Default Event on a cell click

Hi NicKHK,
Thanks for your answer. I will do that for sure. I have seen something
similar but cannot remember where nor when.
Thanks and have a good day.
--
Jac Tremblay


"NickHK" wrote:

Jac,
Check out the Worksheet_SelectionChange and/or Worksheet_Change events.

NickHK

"Jac Tremblay" wrote in message
...
Hi,
I would like to know if it is possible to trigger an event when someone
clicks on a cell or its content.
I've seen lots of events possible, like SheetActivate or WorkbookOpen, but
can't find a cell click event.
Thanks
--
Jac Tremblay