View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Wallin Peter Wallin is offline
external usenet poster
 
Posts: 3
Default Event in current sheet

Hello,
I have an add-in in Excel. Now, I want to run some code in my add-in
when the user clicks in the current workbook. I want be able to catch
when the user clicks in any sheet in any workbook. And then I want to
handle that click event by running code in my add-in. How do I that?

Thanks in advance, Peter W.