C
Curt
Can anyone show me what I've done wrong in trying to open this template.
Location of template is c:\parade\Annc.temp
Let me throw my last thoughts out also. That is to try to create a macro
that will format a word.doc for printout. Have a macro that will populate the
template when I open it manually.
Thanks
Dim word As New word.Application
Dim wordDoc As word.Document
word.Visible = True
Set wordDoc = Template.Open("C:\Parade\Annc.temp")
With wordDoc
..Application.Run "tempprint1"--this fills template with a merge
Location of template is c:\parade\Annc.temp
Let me throw my last thoughts out also. That is to try to create a macro
that will format a word.doc for printout. Have a macro that will populate the
template when I open it manually.
Thanks
Dim word As New word.Application
Dim wordDoc As word.Document
word.Visible = True
Set wordDoc = Template.Open("C:\Parade\Annc.temp")
With wordDoc
..Application.Run "tempprint1"--this fills template with a merge