D
David Di Donato
Hello NG
I have the following problem: I copied a word-template in the following
directory "C:\Program Files\Microsoft OfficeXP\Office10\Startup". This
directory also contains macros and toolbars. If I try to create a new
document based on this template, by double-click in the explorer or by
choosing the corresponding menu-item in Word. Macros and toolbars are also
integrated in the new document. If I do the same thing using the following
VBA command:
Set wdDoc = wdObj.Documents.Add(name of template, False, 0, True)
macros and toolbars are not integrated. What can I do so that macros and
toolbars are also integrated?
Looking in "Extras/Templates and Add-Ins" it seems that the template should
be integrated but it is not.
The template contains a procedure with the name "Autoexec"???
Any hints?
Thanks
David
I have the following problem: I copied a word-template in the following
directory "C:\Program Files\Microsoft OfficeXP\Office10\Startup". This
directory also contains macros and toolbars. If I try to create a new
document based on this template, by double-click in the explorer or by
choosing the corresponding menu-item in Word. Macros and toolbars are also
integrated in the new document. If I do the same thing using the following
VBA command:
Set wdDoc = wdObj.Documents.Add(name of template, False, 0, True)
macros and toolbars are not integrated. What can I do so that macros and
toolbars are also integrated?
Looking in "Extras/Templates and Add-Ins" it seems that the template should
be integrated but it is not.
The template contains a procedure with the name "Autoexec"???
Any hints?
Thanks
David