B
Brenda A. Reid
Because I have all our templates on the server, I end up having trouble
replacing the templates after editing because of "open files". I'd like to
start detaching templates from ordinary documents upon opening.
I have a global macro file that gets saved in everyone's startup folder.
I'd like to add the following vba to this file:
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = ""
End With
so that whatever document gets open, if there is an attached template, it
would get removed. Eventually (I hope), none of my templates will show up
under "open files" on the network. Would this work? What would I call the
macro to have it automatically run no matter what document gets open?
Tks . . . Brenda
replacing the templates after editing because of "open files". I'd like to
start detaching templates from ordinary documents upon opening.
I have a global macro file that gets saved in everyone's startup folder.
I'd like to add the following vba to this file:
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = ""
End With
so that whatever document gets open, if there is an attached template, it
would get removed. Eventually (I hope), none of my templates will show up
under "open files" on the network. Would this work? What would I call the
macro to have it automatically run no matter what document gets open?
Tks . . . Brenda