How do you delete the footer on JUST the past page?

S

Stefan Blom

If you mean the *last* page of a document, you can do that with a
conditional field in the footer: { IF { PAGE } = { NUMPAGES } "" "footer
contents here" }.

To insert each pair of field delimiters, { }, press Ctrl+F9. Use F9 to
update fields at the insertion point. Alt+F9 show/hides field codes.
 
Top