I would like any ideas whether vba/macro or just section
breaks which will allow the user to delete the footer on
the last page of a document, without affecting all other
pages. The document can be 2 or 20 pages, depending on
the case.
Thanks
Tanya
Jezebel - 16 Jan 2004 05:32 GMT
Insert a new-page section break immediately before the last page, so the
last page is in its own section. Select the footer, clear the 'Same as
previous' button on the headers and footers toolbar, delete the footer.
> I would like any ideas whether vba/macro or just section
> breaks which will allow the user to delete the footer on
[quoted text clipped - 3 lines]
> Thanks
> Tanya
Doug Robbins - Word MVP - DELETE UPPERCASE CHARACTERS FROM EMAIL ADDRESS - 16 Jan 2004 06:30 GMT
Hi Tanya
Use the following field construction in the footer
{ IF { PAGE } < {NUMPAGES } "Footer text" "" }

Signature
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
>I would like any ideas whether vba/macro or just section
> breaks which will allow the user to delete the footer on
[quoted text clipped - 3 lines]
> Thanks
> Tanya