S
Stephen English
I have used this code when I am saving documents where the
template has changed and I don't want to save the changes
Set mytemplate = ActiveDocument.AttachedTemplate
mytemplate.Saved = True
I have created buttons on the menubar of a global template
which I don't want to save. How do I do this please?
Stephen
template has changed and I don't want to save the changes
Set mytemplate = ActiveDocument.AttachedTemplate
mytemplate.Saved = True
I have created buttons on the menubar of a global template
which I don't want to save. How do I do this please?
Stephen