Reply
 
Thread Tools Display Modes
  #1   Report Post  
ML
 
Posts: n/a
Default Save Template Marcos/Toolbars/Etc with DOC File??

When you create a new DOC from a template the functionality of the macros,
toolbars, etc that were contained in the template are not saved with the
DOC. Therefore if you send the DOC along to a new user that does not have
the template then they cannot access this functionality.

Is there some way to have all the template code and objects saved with the
DOC??

Is there any way around this or am I just missing something?


  #2   Report Post  
Robert M. Franz
 
Posts: n/a
Default

Hello ML

ML wrote:
When you create a new DOC from a template the functionality of the macros,
toolbars, etc that were contained in the template are not saved with the
DOC. Therefore if you send the DOC along to a new user that does not have
the template then they cannot access this functionality.


Yes, that's "as designed".

To keep macros etc. in the Template is usually a good idea beceause
changes to those would become a nightmare if you had to trace all
documents that have been created from it!


Is there some way to have all the template code and objects saved with the
DOC??

Is there any way around this or am I just missing something?


You have to either send the template along with the document, or make
sure that the macros etc. is saved in the documents themselves. The
usual way to do that would be by way of VBA (one of the predefined macro
names fires on "NEW").

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #3   Report Post  
ML
 
Posts: n/a
Default

How exactly can you make the template macros and related be saved with the
document? I guess I am missing something?

"Robert M. Franz" wrote in message
...
Hello ML

ML wrote:
When you create a new DOC from a template the functionality of the
macros, toolbars, etc that were contained in the template are not saved
with the DOC. Therefore if you send the DOC along to a new user that
does not have the template then they cannot access this functionality.


Yes, that's "as designed".

To keep macros etc. in the Template is usually a good idea beceause
changes to those would become a nightmare if you had to trace all
documents that have been created from it!


Is there some way to have all the template code and objects saved with
the DOC??

Is there any way around this or am I just missing something?


You have to either send the template along with the document, or make sure
that the macros etc. is saved in the documents themselves. The usual way
to do that would be by way of VBA (one of the predefined macro names fires
on "NEW").

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word



  #4   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

You can use the Organizer to copy macros and toolbars into the document.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"ML" wrote in message
...
How exactly can you make the template macros and related be saved with the
document? I guess I am missing something?

"Robert M. Franz" wrote in message
...
Hello ML

ML wrote:
When you create a new DOC from a template the functionality of the
macros, toolbars, etc that were contained in the template are not saved
with the DOC. Therefore if you send the DOC along to a new user that
does not have the template then they cannot access this functionality.


Yes, that's "as designed".

To keep macros etc. in the Template is usually a good idea beceause
changes to those would become a nightmare if you had to trace all
documents that have been created from it!


Is there some way to have all the template code and objects saved with
the DOC??

Is there any way around this or am I just missing something?


You have to either send the template along with the document, or make

sure
that the macros etc. is saved in the documents themselves. The usual way
to do that would be by way of VBA (one of the predefined macro names

fires
on "NEW").

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word




  #5   Report Post  
Robert M. Franz
 
Posts: n/a
Default

Hi ML

ML wrote:
How exactly can you make the template macros and related be saved with the
document? I guess I am missing something?


Manually see Suzanne's answer.

Automatically you need an AutoNew macro. See:

WD2000: Auto Macros in Word
http://support.microsoft.com/kb/211659/en-us

Greetings
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word


  #6   Report Post  
Charles Kenyon
 
Posts: n/a
Default

See http://addbalance.com/word/movetotemplate.htm. Apply the methods for
creating such customizations and moving them to another template to your
document. Remember, though, that your macros will not run on most corporate
systems because of macro security being set to "high."
--
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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.

"ML" wrote in message
...
How exactly can you make the template macros and related be saved with the
document? I guess I am missing something?

"Robert M. Franz" wrote in message
...
Hello ML

ML wrote:
When you create a new DOC from a template the functionality of the
macros, toolbars, etc that were contained in the template are not saved
with the DOC. Therefore if you send the DOC along to a new user that
does not have the template then they cannot access this functionality.


Yes, that's "as designed".

To keep macros etc. in the Template is usually a good idea beceause
changes to those would become a nightmare if you had to trace all
documents that have been created from it!


Is there some way to have all the template code and objects saved with
the DOC??

Is there any way around this or am I just missing something?


You have to either send the template along with the document, or make
sure that the macros etc. is saved in the documents themselves. The usual
way to do that would be by way of VBA (one of the predefined macro names
fires on "NEW").

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word





  #7   Report Post  
ML
 
Posts: n/a
Default

Thanks. We have a note on the security. we need to have the macros
working so not much choice but to have them set this to low. Or is there a
better way to permit specific templates?

"Charles Kenyon" wrote in
message ...
See http://addbalance.com/word/movetotemplate.htm. Apply the methods for
creating such customizations and moving them to another template to your
document. Remember, though, that your macros will not run on most
corporate systems because of macro security being set to "high."
--
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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.

"ML" wrote in message
...
How exactly can you make the template macros and related be saved with
the document? I guess I am missing something?

"Robert M. Franz" wrote in message
...
Hello ML

ML wrote:
When you create a new DOC from a template the functionality of the
macros, toolbars, etc that were contained in the template are not saved
with the DOC. Therefore if you send the DOC along to a new user that
does not have the template then they cannot access this functionality.

Yes, that's "as designed".

To keep macros etc. in the Template is usually a good idea beceause
changes to those would become a nightmare if you had to trace all
documents that have been created from it!


Is there some way to have all the template code and objects saved with
the DOC??

Is there any way around this or am I just missing something?

You have to either send the template along with the document, or make
sure that the macros etc. is saved in the documents themselves. The
usual way to do that would be by way of VBA (one of the predefined macro
names fires on "NEW").

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word







  #8   Report Post  
Margaret Aldis
 
Posts: n/a
Default

If you place the template in either the user templates folder or the
workgroup templates folder (as determined by Tools Options File
Locations) you can set the security level to "trust templates and add-ins",
independent of Low/Medium/High.

An added advantage, for anything other than a one-off document delivery, is
that the template will be found wherever the document is located. So you
wouldn't have to send the template each time you send a document of that
type.

I would never set security to Low - it's better to use Medium and accept the
warning.

--
Margaret Aldis - Microsoft Word MVP
Syntagma partnership site: http://www.syntagma.co.uk
Word MVP FAQ site: http://www.word.mvps.org


"ML" wrote in message
...
Thanks. We have a note on the security. we need to have the macros
working so not much choice but to have them set this to low. Or is there
a better way to permit specific templates?

"Charles Kenyon" wrote in
message ...
See http://addbalance.com/word/movetotemplate.htm. Apply the methods for
creating such customizations and moving them to another template to your
document. Remember, though, that your macros will not run on most
corporate systems because of macro security being set to "high."
--
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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.

"ML" wrote in message
...
How exactly can you make the template macros and related be saved with
the document? I guess I am missing something?

"Robert M. Franz" wrote in message
...
Hello ML

ML wrote:
When you create a new DOC from a template the functionality of the
macros, toolbars, etc that were contained in the template are not
saved with the DOC. Therefore if you send the DOC along to a new user
that does not have the template then they cannot access this
functionality.

Yes, that's "as designed".

To keep macros etc. in the Template is usually a good idea beceause
changes to those would become a nightmare if you had to trace all
documents that have been created from it!


Is there some way to have all the template code and objects saved with
the DOC??

Is there any way around this or am I just missing something?

You have to either send the template along with the document, or make
sure that the macros etc. is saved in the documents themselves. The
usual way to do that would be by way of VBA (one of the predefined
macro names fires on "NEW").

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word








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 save my AutoText file to transfer it to another PC? kd1s Microsoft Word Help 3 September 21st 05 07:39 AM
Save and Save As tab disappeared from File Menu Karen Microsoft Word Help 2 January 10th 05 12:30 AM
macro to save rtf file as txt reballdad Microsoft Word Help 1 December 20th 04 10:17 PM
Why doesn't my custom template attach to my .htm file? KCS Microsoft Word Help 1 November 30th 04 03:58 AM
File created from template blown in size Charles Microsoft Word Help 2 November 29th 04 02:47 PM


All times are GMT +1. The time now is 08:04 PM.

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"