PDA

View Full Version : page numbers


Cath
November 26th 04, 02:19 AM
Hi,
Is it possible to have a document double sided, with different headers and
footers on even and odd pages, but have the page numbering only pick up the
pages on the right hand page. The left hand page, not numbered at all. I
don't know if it is possible. But if it is I'd like to do it.
Thanks

Greg Maxey
November 26th 04, 02:32 AM
By right hand page I assume that you mean the odd numbered pages.

If you want odd numbered pages numbered 1, 3, 5, etc. then display the
header and footer toolbar. Click the Page Setup icon and the layout tab.
Check different odd and even headers. Put your cursor an odd page header
and insert the page number.

If you want consecutively number every other page follow the method above,
but put the following field code in the odd page header:

{ = ( { PAGE } + 1 ) / 2 }

The field code braces { } must be entered with CTRL+F9



--
Greg Maxey/Word MVP
A Peer in Peer to Peer Support

Cath wrote:
> Hi,
> Is it possible to have a document double sided, with different
> headers and footers on even and odd pages, but have the page
> numbering only pick up the pages on the right hand page. The left
> hand page, not numbered at all. I don't know if it is possible. But
> if it is I'd like to do it.
> Thanks

Cath
December 10th 04, 12:25 AM
Do you know, after having done, what you advised, if I can then get the table
of contents to pick up the new numbers?
Thanks

"Greg Maxey" wrote:

> By right hand page I assume that you mean the odd numbered pages.
>
> If you want odd numbered pages numbered 1, 3, 5, etc. then display the
> header and footer toolbar. Click the Page Setup icon and the layout tab.
> Check different odd and even headers. Put your cursor an odd page header
> and insert the page number.
>
> If you want consecutively number every other page follow the method above,
> but put the following field code in the odd page header:
>
> { = ( { PAGE } + 1 ) / 2 }
>
> The field code braces { } must be entered with CTRL+F9
>
>
>
> --
> Greg Maxey/Word MVP
> A Peer in Peer to Peer Support
>
> Cath wrote:
> > Hi,
> > Is it possible to have a document double sided, with different
> > headers and footers on even and odd pages, but have the page
> > numbering only pick up the pages on the right hand page. The left
> > hand page, not numbered at all. I don't know if it is possible. But
> > if it is I'd like to do it.
> > Thanks
>
>
>

Suzanne S. Barnhill
December 10th 04, 01:44 AM
No, the TOC will pick up only the numbers represented by the { PAGE } field.

--
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.

"Cath" > wrote in message
...
> Do you know, after having done, what you advised, if I can then get the
table
> of contents to pick up the new numbers?
> Thanks
>
> "Greg Maxey" wrote:
>
> > By right hand page I assume that you mean the odd numbered pages.
> >
> > If you want odd numbered pages numbered 1, 3, 5, etc. then display the
> > header and footer toolbar. Click the Page Setup icon and the layout
tab.
> > Check different odd and even headers. Put your cursor an odd page
header
> > and insert the page number.
> >
> > If you want consecutively number every other page follow the method
above,
> > but put the following field code in the odd page header:
> >
> > { = ( { PAGE } + 1 ) / 2 }
> >
> > The field code braces { } must be entered with CTRL+F9
> >
> >
> >
> > --
> > Greg Maxey/Word MVP
> > A Peer in Peer to Peer Support
> >
> > Cath wrote:
> > > Hi,
> > > Is it possible to have a document double sided, with different
> > > headers and footers on even and odd pages, but have the page
> > > numbering only pick up the pages on the right hand page. The left
> > > hand page, not numbered at all. I don't know if it is possible. But
> > > if it is I'd like to do it.
> > > Thanks
> >
> >
> >

Google