Does anyone know the vba code to set or remove text from the footer of
the first page of a multi-page document. There are no sections, its a
dynamic document that may be 1-15 pages and I need to write a footer on
all but the first page.
Thanks!
Greg Maxey - 17 Feb 2006 11:00 GMT
You don't need VBA for that. Use a conditional field:
{ IF { PAGE} > "1""Your text here"""}
See:
http://gregmaxey.mvps.org/Conditional_Headers_Footers.htm

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Does anyone know the vba code to set or remove text from the footer of
> the first page of a multi-page document. There are no sections, its a
> dynamic document that may be 1-15 pages and I need to write a footer
> on all but the first page.
> Thanks!
Tony Jollans - 17 Feb 2006 13:13 GMT
You don't even need that - just use a different first page footer (File >
Page Setup > Layout tab - or via the Header / Footer toolbar)
--
Enjoy,
Tony
> You don't need VBA for that. Use a conditional field:
>
[quoted text clipped - 14 lines]
> > on all but the first page.
> > Thanks!
Charles Kenyon - 17 Feb 2006 20:45 GMT
Change the setting so the document (section) is set to have different first
page headers and footers.

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://word.mvps.org/FAQs/ 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.
> Does anyone know the vba code to set or remove text from the footer of
> the first page of a multi-page document. There are no sections, its a
> dynamic document that may be 1-15 pages and I need to write a footer on
> all but the first page.
> Thanks!