G
Guest
Hi,
I am trying to figure out if it is possible to hook into events of a latebound object, for instance say I had the following code:
Dim objExcel as Object
objExcel = createobject("Excel.Application")
How could I trap the application_beforerightclick event?. Early binding is not an option and I can not have a reference to excel inside my application.
Thanks for your help.
Regards.....Jim
I am trying to figure out if it is possible to hook into events of a latebound object, for instance say I had the following code:
Dim objExcel as Object
objExcel = createobject("Excel.Application")
How could I trap the application_beforerightclick event?. Early binding is not an option and I can not have a reference to excel inside my application.
Thanks for your help.
Regards.....Jim