I have a basic template used to create a letterhead document. When I create
a new document I want to know that this template was used. If I look at the
ActiveDocument.BuiltInDocumentProperties("Template").Value
It says normal.dot rather than letterhead.dot
Is there some other way to find it out?
zkid - 15 Apr 2006 01:20 GMT
Try:
myTemplate = ActiveDocument.AttachedTemplate
> I have a basic template used to create a letterhead document. When I create
> a new document I want to know that this template was used. If I look at the
[quoted text clipped - 4 lines]
>
> Is there some other way to find it out?
Charles Kenyon - 15 Apr 2006 05:37 GMT
If you want to know even if your document is later attached to a different
template, put an identifying document variable in your template. It will
carry into any document created based on your template.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
>I have a basic template used to create a letterhead document. When I create
>a new document I want to know that this template was used. If I look at the
[quoted text clipped - 4 lines]
>
> Is there some other way to find it out?