Dim Document
Dim Application
Dim blnError
Set Application = CreateObject("Word.Application")
Application.Visible = True
Application.Documents.Open ("c:\mytemplate.dot")
This only opens the template. How do I create a new document from a template...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.