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?
Appreciate any help...
--
Viz
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?
Appreciate any help...
--
Viz