Thread: [Solved] Template Opening As Template
View Single Post
 
Old 06-17-2015, 10:20 AM
Stefan Blom's Avatar
Stefan Blom Stefan Blom is offline Windows 7 64bit Office 2013
Moderator
 
Join Date: Aug 2011
Posts: 4,036
Stefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to allStefan Blom is a name known to all
Default

To create a new document based on a template, you need code such as the following:

Code:
Sub CreateNewDocBasedOnTemplate()
Documents.Add "full path to template here"
End Sub
If you are trying to create a new, blank document, you can leave out the full path and just use Documents.Add.
__________________
Stefan Blom
Microsoft Word MVP

Microsoft 365 apps for business
Windows 11 Professional
Reply With Quote