How to detect MS Word or MS Access calls MS Excel using VBA
Hello all
Is it possible to detect which application call the MS Excel using VBA?
I want to put some conditions in the Workbook_Open() method.
IF MS Word call Then
Do Job 1
Else
Do Job 2
Any methods for doing it?
Thanks
Bon
|