View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
scottrm scottrm is offline
external usenet poster
 
Posts: 1
Default Automation object question

I wrote an Automation object with C# to be used as RTD (RealTimeData) server
in Excel.

I would like to capture the Excel instance in this RTD server. However, so
far I found I can only get Excel.IRTDUpdateEvent from ServerStart method. Is
there way I can get hold of Excel instance in RTD server?

--
Scott