Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / May 2008

Tip: Looking for answers? Try searching our database.

Template

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric - 05 May 2008 20:17 GMT
Hello,

I created a template (with Word 2003) and saved it on our network..

I just realised that when users open their own documents created based on my
shared template, somehow their documents are linked to my template and I
can't make changes to it (the template).
It looks like they open their documents and at the same time the template is
opened too.
I was under the impression that the whole point of template was the fact
that it was only used to create a copy and that was it.

Does it make any sense? Is there a way around it?

Thank you.

Eric
Doug Robbins - Word MVP - 05 May 2008 20:29 GMT
That is normal behaviour.  The best way around the issue is to follow the
recommendations in the article "Distributing macros to other users" at:

http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm

Signature

Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

> Hello,
>
[quoted text clipped - 13 lines]
>
> Eric
Eric - 05 May 2008 21:19 GMT
Doug,

This does not change much. There's no difference for me between waiting for
all the users to logout and login again or asking them to exit Word for me
to swap/update the template.
I think the users would rather just exit Word anyway.
This is a very strange behavior, my template does not contain any macro.
Also, as a test, I renamed the template on the network and verified that no
error is generated when you open the document based on the renamed template.

Thank you for the link.

Eric

> That is normal behaviour.  The best way around the issue is to follow the
> recommendations in the article "Distributing macros to other users" at:
[quoted text clipped - 18 lines]
>>
>> Eric
Doug Robbins - Word MVP - 06 May 2008 03:59 GMT
It has nothing to do with whether or not there are macros in the template.
If a document that was created from a template is opened and the template is
available, a reference to the template is created as there maybe other
things in the template, that Word may need to make use of.  If the template
is not available, then the normal.dot template is attached to the document.
That is why your test did not reveal any problem.

Signature

Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

> Doug,
>
[quoted text clipped - 33 lines]
>>>
>>> Eric
Brenda A Reid - 06 May 2008 22:12 GMT
I was having this same problem.  I solved my problem by adding some vba code
to the template to "detach template" (Tools | Templates and addins) and
deleting the path to my template.

> Hello,
>
[quoted text clipped - 13 lines]
>
> Eric
Eric - 08 May 2008 17:46 GMT
Hi Brenda,

Could you give me more detail?

Thank you.

Eric

>I was having this same problem.  I solved my problem by adding some vba
>code to the template to "detach template" (Tools | Templates and addins)
[quoted text clipped - 17 lines]
>>
>> Eric
Brenda A Reid - 12 May 2008 18:48 GMT
Sorry I'm late . . . hope this helps

At the end of my vba coding in my template, I include the following:

' DETACH TEMPLATE
   With ActiveDocument
       .UpdateStylesOnOpen = False
       .AttachedTemplate = ""
   End With

> Hi Brenda,
>
[quoted text clipped - 25 lines]
> >>
> >> Eric
Eric - 16 May 2008 19:13 GMT
Brenda,

I put your code in an AutoExec() macro in the template and now the document
created is not linked to the original template anymore.

Thank you.

Eric

> Sorry I'm late . . . hope this helps
>
[quoted text clipped - 39 lines]
>> >>
>> >> Eric

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.