E
Enescu Gabriel
I want to open from excel and VBA a Word instance with a document from word
templates.
I try this:
MyAppID = Shell _
("C:\Program Files\Microsoft Office\Office11\Winword.EXE C:\OFERTA.dot", 1)
AppActivate MyAppID
but this open the template himself not a document based on this template.
Thank you in advance.
Toni
templates.
I try this:
MyAppID = Shell _
("C:\Program Files\Microsoft Office\Office11\Winword.EXE C:\OFERTA.dot", 1)
AppActivate MyAppID
but this open the template himself not a document based on this template.
Thank you in advance.
Toni