last page header and footer

  • Thread starter Thread starter Hilary
  • Start date Start date
H

Hilary

I have a multiple page document that will vary in page
size depending on the user. (It can be anywhere from 2-15
pages) I want (only) the last page to have a different
footer from the rest of the document. I know it is
possible to use a different header/footer for the first
page and for odd and even pages, but does anyone know of a
way to do it for the last page?

Any help is much appreciated.

Thanks!

Hilary
 
Hilary,

You can use an IF field in your footer.

Use CTRL+F9 to enter field code brackets { } where required

Enter {IF {PAGE} < {NUMPAGES}"Main Body Footer Text""Last
Page Footer Text"}

Substiture contets of the speech marks "" with your text.
 
Back
Top