Page number displayed with leading zero

Robie
5StarLounger
Posts: 656
Joined: 18 Feb 2010, 14:26

Page number displayed with leading zero

Post by Robie »

Is it posible to display page numbers with leading zeroes in a footer until 9 and then normal, i.e. 01, 02, ..., 09, 10, 11, ....?

Thanks.

Robie

User avatar
HansV
Administrator
Posts: 78474
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Page number displayed with leading zero

Post by HansV »

Right-click a page number and select Toggle Field Codes from the context menu.
You should see something like { PAGE } or { PAGE \* MERGEFORMAT }.
Change it to { PAGE \# "00" }
Press F9 to hide the field code and to update the result.
Best wishes,
Hans

Robie
5StarLounger
Posts: 656
Joined: 18 Feb 2010, 14:26

Re: Page number displayed with leading zero

Post by Robie »

HansV wrote:Right-click a page number and select Toggle Field Codes from the context menu.
You should see something like { PAGE } or { PAGE \* MERGEFORMAT }.
Change it to { PAGE \# "00" }
Press F9 to hide the field code and to update the result.
Thank you Hans. That works wonderfully well. Cheers.