View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kavitha Saivam Kavitha Saivam is offline
external usenet poster
 
Posts: 1
Default Capture IAppEvents using VC++ COM Addin

I could get Excel Application OnConnection and OnBeginShutdown events using
IDTExtensibility.
Is there way to get IAppEvents with Application object I get from
'OnConnection'.
Note - I need to get cell selection events and display text in the cell.
I don't want to use VB and to start Excel aaplication from my code.