Thread: dblclick event
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default dblclick event

Where would your functions be when they are double clicked? In otherwords,
where is the user doubleclicking?

--
Regards,
Tom Ogilvy

"Marco" wrote in message
...
Hi,
does anybody know how to catch the dblclick event on any cell in an .xla
(AddIn)? I wrote some workbook functions and want to be notified if any of
my functions is double clicked.

Thanks,
Marco