P
ProbCoder
I have a template with the following code in the AutoClose Macro in
ThisDocument object:
Private Sub AutoClose()
ThisDocument.Saved = True
ThisDocument.AttachedTemplate.Saved = True
End Sub
From what I've researched, this is the way of eliminating the "Do you
want to save changes..." dialog box from appearing. But the box is
still appearing. I am attempting to remove any option to save a
document created from this template. What am I missing?
ThisDocument object:
Private Sub AutoClose()
ThisDocument.Saved = True
ThisDocument.AttachedTemplate.Saved = True
End Sub
From what I've researched, this is the way of eliminating the "Do you
want to save changes..." dialog box from appearing. But the box is
still appearing. I am attempting to remove any option to save a
document created from this template. What am I missing?