Make it a .dotm with an AutoOpen macro that creates a new document based on the template and closes the template.
In vba parlance, the document holding the code is ThisDocument rather than ActiveDocument.
Also, make your template Read-Only and keep a backup.
Note, I am not familiar with SharePoint.
|