Footer on last page

  • Thread starter Thread starter Jan Kronsell
  • Start date Start date
J

Jan Kronsell

I use these field codes to put a footer on my last page:

{ IF { PAGE \* MEGEFORMAT} = "{ = {NUMPAGES \* MERGEFORMAT} " "
{USERINITIALS \* MERGEFORMAT} / {FILENAME \*MERGEFORMAET} }


The problem is, that this does not work, if the page number of the last page
is different from the number of pages. That is, f i have an 10 page
document, starting with page 81, the last page is 90, but NUMPAGES is 10, so
it will not recognize the page as the last one.

Is there anway to do this automatically?

Jan
 
You'll need to use, instead of NUMPAGES, a REF field referring to the page
number of a bookmark on the last page.
 
Back
Top