Thread: [Solved] Last Page Only Footer
View Single Post
 
Old 08-21-2020, 06:06 AM
PBartlett PBartlett is offline Windows 10 Office 2019
Novice
 
Join Date: Aug 2020
Posts: 10
PBartlett is on a distinguished road
Default Last Page Only Footer

Hi all

I have a Word document that contains a table with a variable number of rows (populated by raising an invoice on Xero accounting software). In the footer is another table which is fixed i.e. cannot vary in rows.

When an invoice is created, if there aren't many rows it works just fine and won't overlap the footer table, if however the invoice is long it will go onto two pages (which is fine) but the footer just 'disappears' underneath the variable table and doesn't show on the second page in the footer.

I've tried entering:

"If page = numpages " - without quotes
Highlight page, press Ctrl F9. Highlight numpages , press Ctrl F9
Add a quote after numpages
Add an end quote below the variable table
Select all of footer, press Ctrl F9

It then looks like this:

Code:
{ If 1 = 1 "

table is here

" }
So it needs to work in either scenario if the invoice is one page or more.

Not sure what I'm missing / doing wrong but any help would be hugely appreciated! I've had a look at this post but don't fully understand - this 'code' stuff is new to me: https://www.msofficeforums.com/word/...t-working.html

I'm running Microsoft 2013.

Thank you!!
Reply With Quote