#1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Eric Eric is offline
external usenet poster
 
Posts: 12
Default Template

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


  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Template

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/Macros...buteMacros.htm


--
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

"Eric" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Eric Eric is offline
external usenet poster
 
Posts: 12
Default Template

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

"Doug Robbins - Word MVP" wrote in message
...
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/Macros...buteMacros.htm


--
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

"Eric" wrote in message
...
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





  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Template

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.

--
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

"Eric" wrote in message
...
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

"Doug Robbins - Word MVP" wrote in message
...
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/Macros...buteMacros.htm


--
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

"Eric" wrote in message
...
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







  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Brenda A Reid Brenda A Reid is offline
external usenet poster
 
Posts: 2
Default Template

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.


"Eric" wrote in message
...
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





  #6   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Eric Eric is offline
external usenet poster
 
Posts: 12
Default Template

Hi Brenda,

Could you give me more detail?

Thank you.

Eric

"Brenda A Reid" wrote in message
...
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.


"Eric" wrote in message
...
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





  #7   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Brenda A Reid[_2_] Brenda A Reid[_2_] is offline
external usenet poster
 
Posts: 1
Default Template

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





"Eric" wrote:

Hi Brenda,

Could you give me more detail?

Thank you.

Eric

"Brenda A Reid" wrote in message
...
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.


"Eric" wrote in message
...
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






  #8   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Eric Eric is offline
external usenet poster
 
Posts: 12
Default Template

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

"Brenda A Reid" wrote in message
...
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





"Eric" wrote:

Hi Brenda,

Could you give me more detail?

Thank you.

Eric

"Brenda A Reid" wrote in message
...
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.


"Eric" wrote in message
...
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








Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I turn off template prompt to update template when saving medsecnz Microsoft Word Help 3 August 23rd 07 07:49 AM
Creating document with template -- not all users will install the template SSchreffler Formatting Long Documents 1 April 25th 07 10:44 PM
get 'my outlook calendar' template to show up in word\new\template flo257 New Users 1 October 5th 06 08:08 AM
How to view a complete downloaded template,top of template cutoff WFM Microsoft Word Help 9 August 1st 06 05:30 PM
How do I change my Bookfold template back to normal template Winston New Users 1 June 25th 06 07:06 PM


All times are GMT +1. The time now is 09:37 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"