Hi Tom,
I don't see anything obvious. Try adding the following code to the template's 'ThisDocument' module:
Code:
Private Sub Document_Close()
Application.Templates("Hoofdsjabloon").Saved = True
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Last edited by macropod; 05-05-2011 at 12:39 AM.
Reason: Fixed code tags
|