View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK[_3_] NickHK[_3_] is offline
external usenet poster
 
Posts: 415
Default Monitor OLE calls?

Tom,
Here's the VBA way:
http://www.cpearson.com/excel/AppEvent.htm

NickHK

"Tom" ...
Is there a way to monitor the calls that a third party makes via OLE
automation?

I just want to capture a log of the calls so I can tell what the app is
doing after it does a CreateOLEObject('Excel.Application')