Is it possible to suppress the page header on only the last page?
Printable View
Is it possible to suppress the page header on only the last page?
You need to use the Formula Editor under Selection Expert for
page header. Enter in a formula that will test if current page is
last one. If it is then suppress = true.
Code:IF (PageNumber = TotalPageCount) = TRUE Then TRUE
ELSE FALSE
Thanks
That was very clear and concise and it worked perfectly
No prob. Thanks for the props. :thumb: