B
Bob
I'd like to include some code in a macro that makes sure the active
document's attached template is Normal.dot. When emailed (as attachments)
Word docs have uncommon templates attached to them, it seems the recipient's
computer can take many minutes to open the doc, presumably because the
computer is searching the computer/network for the uncommon template to
attach to the document. I don't know for a fact that this is what's
happening, but I do know that the same doc with Normal.dot attached instead
of an uncommon template opens on the recipient's computers in seconds
instead of minutes.
The documents that the macro will modify are edited by different users on
different computers with versions of Word ranging from Word 97 to Word 2003.
My primary concern is that email recipients of these docs who are not in our
organization are able to open the docs without an unnecessary wait. Because
these documents are edited rather than created as new, users/editors
occasionally receive documents with an uncommon template attached by the
creator of the document. I define an uncommon template as any template not
commonly available to the people outside of our organiztion who receive
these docs.
I understand the code will probalby involve
<Options.DefaultFilePath(wdUserTemplatesPath)>, but I'm not sure of the code
specifics. Thanks in advance for any assistance.
Bob
document's attached template is Normal.dot. When emailed (as attachments)
Word docs have uncommon templates attached to them, it seems the recipient's
computer can take many minutes to open the doc, presumably because the
computer is searching the computer/network for the uncommon template to
attach to the document. I don't know for a fact that this is what's
happening, but I do know that the same doc with Normal.dot attached instead
of an uncommon template opens on the recipient's computers in seconds
instead of minutes.
The documents that the macro will modify are edited by different users on
different computers with versions of Word ranging from Word 97 to Word 2003.
My primary concern is that email recipients of these docs who are not in our
organization are able to open the docs without an unnecessary wait. Because
these documents are edited rather than created as new, users/editors
occasionally receive documents with an uncommon template attached by the
creator of the document. I define an uncommon template as any template not
commonly available to the people outside of our organiztion who receive
these docs.
I understand the code will probalby involve
<Options.DefaultFilePath(wdUserTemplatesPath)>, but I'm not sure of the code
specifics. Thanks in advance for any assistance.
Bob