View Single Post
  #1   Report Post  
Joey
 
Posts: n/a
Default Templates and Add-Ins

Thanx for the previous feedback. I also thought it was searching across the
network for the old template. Next question: How can I automate it to
automatically strip looking for the template which is no longer available and
link it to my new template. I have tried the following:
With ActiveDocument
.UpdateStylesOnOpen = True
.AttachedTemplate = "C:\templates\Normal.dot"
End With
in an AutoOpen macro which works beautifully apart from the fact that the
document still needs to be opened first and takes quite a while to open. Can
one not look at document properties before the document is opened and strip
the template at that point so that the document opens faster? However I think
"the attached template" is a built-in property? Hope you understand what I am
asking.