Different lastpage ?

A

AnttiK

Hi all,

I have problem with Word 2003. I know it is possible to create different
first page, but how I can create different LAST page without VBA ?

I have a document template which is important for our representatives and it
have to be exactly in correct layout. In last page there are my companys
contact details and ISO certificate logo's and so on.

How can I create that kind of document where are different first and last
page ?

BR

Antti K
Finland
 
A

AnttiK

Thank you very much for your posting.

I belive using of IF fields will help on my problem.

BR
Antti K
Finland
 
A

AnttiK

Dear Greg,

I still have a problem... :)

We are using images in footer of our documents. Is it possible to change
images with field code ? I have understood that fields are only for text.

Please advice me a little bit more.

Antti K
Finland
 
G

Greg

Antti,

Have a look at the IncluedPicture field in Word help. Another option
is to define your pictures as autotext and use autotext fields e.g.:

{IF{PAGE}={NUMPAGES}{AutoText "PicA"}{AutoText "PicB"}}
 
S

Suzanne S. Barnhill

Although either of Greg's solutions is easier on the eyes, you can actually
insert the picture itself inside the field code. The easiest way to do this
is to set up the footer exactly the way you want it, then copy/paste into
the field code.
 
Top