M
Michael
I have some VBA Code which I am adding to users' Word, Excel or whatever
Tool Bars, which performs a customized SaveAs. I need to know, at this
level, whether it was called from Word or Excel or.....
Does anybody know how this can be done in VBA?
e.g If from Word
ActiveDocument.........saveas....
e.g. if from Excel
ActiveWorkbook........savesas.....
etc
TIA
Michael
Tool Bars, which performs a customized SaveAs. I need to know, at this
level, whether it was called from Word or Excel or.....
Does anybody know how this can be done in VBA?
e.g If from Word
ActiveDocument.........saveas....
e.g. if from Excel
ActiveWorkbook........savesas.....
etc
TIA
Michael