View Single Post
  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill
 
Posts: n/a
Default Inserting section breaks - impossible

And, FWIW, to save one symbol space, { IF { PAGE } { NUMPAGES }... works
just as well as { IF { PAGE } { NUMPAGES }...

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Graham Mayor" wrote in message
...
Or if you want both

{IF {Page} {Numpages} "Content of the remaining footers in the

document"
"Content of the last page footer" }
or conversely
{IF {Page} = {Numpages} "Content of the last page footer" "Content of the
remaining footers in the document"}


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Diet Rich wrote:
Thanks, I bow to your knowledge! It was nice to feel like a programmer
which I'm not and never be one

Of note, if I use "=" in the field, the footer is only on the last
page. If I use "", the footer is on all pages except the last page.