HELP! how to insert both of IV and 2 oage number in the document

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

hi, is it possible to insert both Roman number (I, II, III) and numeric
(1,2,3) in the same document...

i.e. it has 10 pages and I want to put Roman number (III) on page 3. How to
do that? 1,2, III, 4, 5,6,7,8,9,10

Thanks
 
You could use a conditional field construction for this

{ IF { Page } = 3 "{ Page \*Roman }" "{ Page \*Arabic }" }

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top