Posted to microsoft.public.excel.programming
|
|
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')
|