
Signature
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
Or a StyleRef field.

Signature
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.
> Hello Mary
>
[quoted text clipped - 16 lines]
> HTH
> Robert
Mary Gudobba - 07 Apr 2005 17:33 GMT
StyleRef doesn't seem to work when the style being referenced only appears
in the footer. Or am I doing something wrong?
> Or a StyleRef field.
>
[quoted text clipped - 27 lines]
>> HTH
>> Robert
Suzanne S. Barnhill - 07 Apr 2005 21:34 GMT
I misread your post. I thought the information was somewhere on the first
page (other than in the footer).

Signature
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.
> StyleRef doesn't seem to work when the style being referenced only appears
> in the footer. Or am I doing something wrong?
[quoted text clipped - 30 lines]
> >> HTH
> >> Robert
jay - 07 Apr 2005 17:38 GMT
Then do a little VBA form that will let the user update the date and
put it in a custom docproperty.
Put the other stuff in another docproperty.
Put fields in the footers to display those docproperties.
You can certainly have a footer without a pagenumber in it!
fairly easy- see the Word MVPs site for all the code samples and links
you'll need for the VBA, etc.
DOCPROPERTY seems like it will work, with one problem. One of the things
the client wants is a date. I tried using the create date, because I don't
want it to change every day, but I DO want it to change if I save the
document with a new name. It seems to be keeping the original create date.
I don't want to use a save date, because of the way word asks you if you
want to save changes after you print (we have update field on print turned
on) and I don't want users to be confused and save it again, when all they
did was print it. The documents are large commercial leases and purchase
agreements. Some have as many as 100 pages, and 20 sections.
> Hello Mary
>
[quoted text clipped - 16 lines]
> HTH
> Robert
Charles Kenyon - 07 Apr 2005 21:22 GMT
You may be able to construct a series of complex nested fields and save them
as AutoText. See http://www.mvps.org/word/FAQs/Numbering/PageNumbering.htm
for information on
how to construct a field that will only display on certain pages of a
document.

Signature
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.
> DOCPROPERTY seems like it will work, with one problem. One of the things
> the client wants is a date. I tried using the create date, because I
[quoted text clipped - 26 lines]
>> HTH
>> Robert
Suzanne S. Barnhill - 07 Apr 2005 21:34 GMT
Many fields no longer update automatically, but if you use Save As, the
CreateDate should change, and you can update it with F9 or by printing or
switching to Print Preview.

Signature
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.
> DOCPROPERTY seems like it will work, with one problem. One of the things
> the client wants is a date. I tried using the create date, because I don't
[quoted text clipped - 26 lines]
> > HTH
> > Robert