{ IF { Page } = { NumPages } "footer text" "" }
See <URL: http://word.mvps.org/faqs/numbering/PageNumbering.htm>.

Signature
Charles Kenyon
See 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.
> how can i create a footer in my template that only
> appears on the last page of the document? sometimes the
> document is one page, sometimes several.
Suzanne S. Barnhill - 31 Mar 2004 00:19 GMT
Actually { IF { Page } = { NumPages } "footer text" } will do. But the
things that look like braces but aren't must be inserted using Ctrl+F9.
--
Suzanne S. Barnhill
Microsoft MVP (Word)

Signature
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> { IF { Page } = { NumPages } "footer text" "" }
>
[quoted text clipped - 12 lines]
> > appears on the last page of the document? sometimes the
> > document is one page, sometimes several.