writing a macro

S

Sher

I am using MS Word 2002. I have been trying to insert a
field onto each page of a ten page document and write a
macro so that the person completing the form only has to
select the information one time and it automatically sets
that field on each page to that value. Can anyone offer
any assistance?
 
J

Jezebel

One method is to use DocProperty fields. Your macro gets the value from the
user and sets a CustomDocumentProperty (these are the values listed if you
go File > Properties > Custom). Within the document you use a DocProperty
field to display the value.
 
W

Word Heretic

G'day "Sher" <[email protected]>,

Check out the ASK field and love it.


Sher said:
I am using MS Word 2002. I have been trying to insert a
field onto each page of a ten page document and write a
macro so that the person completing the form only has to
select the information one time and it automatically sets
that field on each page to that value. Can anyone offer
any assistance?

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email [email protected]
Products http://www.geocities.com/word_heretic/products.html

Replies offlist may require payment.
 
W

Word Heretic

G'day "Jezebel" <[email protected]>,

Nice 2 c the headpullin


Jezebel said:
One method is to use DocProperty fields. Your macro gets the value from the
user and sets a CustomDocumentProperty (these are the values listed if you
go File > Properties > Custom). Within the document you use a DocProperty
field to display the value.

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email [email protected]
Products http://www.geocities.com/word_heretic/products.html

Replies offlist may require payment.
 
Top