I need to have two sequence of page numbers. i.e i,ii,iii,iv... for
first 10 pages and 1,2,3,4... for remaining pages.
Is there any way to do this?
Onemore thing can we ignore a page without auto paging in the middle of
the document.
Thanks for your Time
Suzanne S. Barnhill - 30 May 2006 21:34 GMT
See http://word.mvps.org/FAQs/Formatting/NumberingFrontMatter.htm

Signature
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.
> I need to have two sequence of page numbers. i.e i,ii,iii,iv... for
> first 10 pages and 1,2,3,4... for remaining pages.
[quoted text clipped - 5 lines]
>
> Thanks for your Time
Doug Robbins - Word MVP - 01 Jun 2006 17:34 GMT
{ IF { PAGE } < 11 { PAGE \* roman } { = { PAGE } - 10 \* arabic } }

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I need to have two sequence of page numbers. i.e i,ii,iii,iv... for
> first 10 pages and 1,2,3,4... for remaining pages.
[quoted text clipped - 5 lines]
>
> Thanks for your Time
Suzanne S. Barnhill - 02 Jun 2006 00:51 GMT
But note that this will not produce a correct TOC. It's better to use the
techniques described in
http://word.mvps.org/FAQs/Formatting/NumberingFrontMatter.htm.

Signature
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.
> { IF { PAGE } < 11 { PAGE \* roman } { = { PAGE } - 10 \* arabic } }
>
[quoted text clipped - 7 lines]
> >
> > Thanks for your Time
_pub01@evanthibeault.com - 07 Jun 2006 04:12 GMT
Tonight I have been fighting with a similar situation. I have the front
matter and main body separated into sections. The numbers are all
showing and behaving well. What I need is a way to hide all numbers up
to iii in the front matter. I have tried to use tips from online but
can't seem to create the proper code. Can someone help me do this?
Thanks in advance!
Suzanne S. Barnhill - 07 Jun 2006 05:15 GMT
You can do this with a field code { IF { PAGE } > 2 { PAGE } }, but you may
find it easier to insert a section break, unlink the sections, and omit
numbering from the first section.

Signature
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.
> Tonight I have been fighting with a similar situation. I have the front
> matter and main body separated into sections. The numbers are all
[quoted text clipped - 3 lines]
>
> Thanks in advance!
_pub01@evanthibeault.com - 07 Jun 2006 15:53 GMT
I've constructed the field just as you've shown, but I still am getting
page numbers on all pages.
> You can do this with a field code { IF { PAGE } > 2 { PAGE } }, but you may
> find it easier to insert a section break, unlink the sections, and omit
[quoted text clipped - 16 lines]
> >
> > Thanks in advance!
Suzanne S. Barnhill - 07 Jun 2006 16:20 GMT
This field may not work with pages numbered with roman numerals. That's why
I suggested a section break.

Signature
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.
> I've constructed the field just as you've shown, but I still am getting
> page numbers on all pages.
[quoted text clipped - 19 lines]
> > >
> > > Thanks in advance!
_pub01@evanthibeault.com - 08 Jun 2006 00:43 GMT
Gotcha...
> This field may not work with pages numbered with roman numerals. That's why
> I suggested a section break.
[quoted text clipped - 34 lines]
> > > >
> > > > Thanks in advance!