Repeating a Field throught a document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a template where the full name of a person is repeated a minimum of 4 times through the document. How can I create a field where I enter the name, just once, and by doing so it gets inserted in the proper place through out the document automatically, without having to re-type it.?
 
You would use a Ref field to repeat the information. This requires a
bookmarked entry containing your information. There are a number ways to do
this; two simple ones are:

1) Look into "online forms" in Word's help. If you use a formfield for your
first typing, it will automatically have a bookmark assigned. Make sure the
properties for the field include checking the "calculate on exit" option.
(You can find/change the bookmark name in the field properties as well.)
Once you create your form, it needs to be protected for forms. Then save and
use the template.

2) Use an Ask field for the first typing. You'll need an AutoNew macro that
updates this field when a new document is created based on your template.
--

Charles Kenyon


See also the MVP FAQ: <URL: 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.

Mari said:
I am creating a template where the full name of a person is repeated a
minimum of 4 times through the document. How can I create a field where I
enter the name, just once, and by doing so it gets inserted in the proper
place through out the document automatically, without having to re-type it.?
 
Thank you soooo much! I had tried using a set bookmark, but didn't work. Finally, it worked perfectly!
 
Back
Top