B
Bernie Yaeger
I have to open a specific Word document from my .net app and run a macro
against that document. I can simply do this with a shell command calling,
for example,
winword c:\mydocu~1\today.doc
But I don't know how to run a macro automatically when this is called.
In previous versions of Word, this worked:
winword c:\mydocu~1\today.doc/mtestmacro
where the name of the macro was testmacro. But this doesn't work in Word
XP. What is the proper syntax for Word XP?
Tx for any help.
Bernie Yaeger
against that document. I can simply do this with a shell command calling,
for example,
winword c:\mydocu~1\today.doc
But I don't know how to run a macro automatically when this is called.
In previous versions of Word, this worked:
winword c:\mydocu~1\today.doc/mtestmacro
where the name of the macro was testmacro. But this doesn't work in Word
XP. What is the proper syntax for Word XP?
Tx for any help.
Bernie Yaeger