I have an Outlook98 application for which I am putting together a new print function. In order to get
a presentable print, I have set up a Word97 template and I am passing the field values to a document
based on this template.
I have been working with the template in one of my network folders. However, this will be required by
people in many locations, using different servers. I'd rather not have to distribute the template and
instruct people to place it in specific directories.
What I would like to do is publish the template into one of the public Exchange folders, and start a
document based on this template.
I have been using this method to create the document previously:
Set oDoc = oWordApp.Documents.Add("C:\Filename.dot"
What would I need to do to use the template in the public folder?
a presentable print, I have set up a Word97 template and I am passing the field values to a document
based on this template.
I have been working with the template in one of my network folders. However, this will be required by
people in many locations, using different servers. I'd rather not have to distribute the template and
instruct people to place it in specific directories.
What I would like to do is publish the template into one of the public Exchange folders, and start a
document based on this template.
I have been using this method to create the document previously:
Set oDoc = oWordApp.Documents.Add("C:\Filename.dot"
What would I need to do to use the template in the public folder?