I am trying to create an Invoice that will have the last
part perforated so it can be sent back to me.
The part that is sent back to me needs to be very bottom
of the last page or on the bottom of the first page if
the invoice is 1 page long.
I am currently using a header for all pages but I only
want the footer on the bottom of the last page.
Sorry for the receptiveness.
Can you help?
{IF {Page} = {Numpages} "{AUTOTEXT "Autotextname"}"}
--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gma...@mvps.org
Web site www.gmayor.dsl.pipex.com
Word MVP web site www.mvps.org/word
Put an IF field in the footer (for all pages) that will be visible only on
the last page:
{IF {PAGE} = {NUMPAGES} "This text on last page only"}
You'll have to use Ctrl+F9 three times to insert the field braces, and then
type the field codes between them. When you're done, press F9 to update the
field and display the result.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://www.mvps.org/word
{ IF Expression1 Operator Expression2 TrueText FalseText }
What this means in layman's terms is:
{ IF [condition] [text to be printed if the condition is met] [optional text
to be printed otherwise] }
For your purposes, what you want is this field:
{ IF { PAGE } = { NUMPAGES } "Text to be printed" }
Each expression between "braces" is a field. The braces are actually field
delimiters and can't be entered from the keyboard; you must insert them
using Ctrl+F9. You can also use the Insert | Field dialog, or you can use
the buttons on the Header and Footer toolbar to insert the Page and NumPages
fields. The "Text to be printed" can be anything; it's not limited to short
fragments or plain text. Set up your entire copy, the whole thing that you
want printed at the bottom of the last page, Copy it, and Paste into the IF
field. The field code itself will look very ungainly, but when you press
Alt+F9 to display the field results, what you should see is your reply
coupon at the bottom of the last page and nothing on the preceding pages.
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"Ernie" <ede...@hteinc.com> wrote in message
news:058201c34485$f26880e0$a001...@phx.gbl...
Rita
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"Rita" <rbla...@ion.invalid> wrote in message
news:qhj6hvcttbujog51s...@4ax.com...