Word – How to have an image in the footer of the last page of a MS Word document

footersheadersimagesmicrosoft-word-2007

I need to create a document, which I will use as a template for many other documents, that contains a header that appears on the first page only, and a footer on the last page only. The length of the document will vary.

I've seen a number of different ways doing this using fields and conditions, and this works great for headers & footers that are text based.

However, this document requires that both the header & footer are images, and no text at all.

Is there any way that this can be achieved?

Best Answer

This can be done by including in the footer a field that contains :

{ IF { PAGE } = { NUMPAGES } { INCLUDEPICTURE "FileName" [Switches] } }

For more information see :

Using Last-page Headers and Footers
Field codes: IncludePicture field

Related Question