Footer delete on last page

T

tanya

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
 
J

Jezebel

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.
 
D

Doug Robbins - Word MVP - DELETE UPPERCASE CHARACT

Hi Tanya

Use the following field construction in the footer

{ IF { PAGE } < {NUMPAGES } "Footer text" "" }

--
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
 
Top