Total number of pages in a section
Solved
Pimenthe
Posted messages
99
Status
Member
-
Fiisschen -
Fiisschen -
Hello,
In Word 2010, I want to make it so that all the pages in a section are numbered in the format “Page n of nmax”.
For example, Page 1 of 32, knowing that there will be five pages before and five pages after the section.
I tried using NumPages in the Field (QuickPart), but it counts the total number of pages in the document and not just the section.
How should I proceed?
Thank you in advance, best regards,
Martin
Configuration: Windows 7 / Chrome 49.0.2623.87
In Word 2010, I want to make it so that all the pages in a section are numbered in the format “Page n of nmax”.
For example, Page 1 of 32, knowing that there will be five pages before and five pages after the section.
I tried using NumPages in the Field (QuickPart), but it counts the total number of pages in the document and not just the section.
How should I proceed?
Thank you in advance, best regards,
Martin
Configuration: Windows 7 / Chrome 49.0.2623.87
1 answer
Hello,
Instead of using NUMPAGES, use SECTIONPAGES.
m@rina
--
We are not clairvoyants: don't forget to indicate the version of the software used, and how you proceeded.
Instead of using NUMPAGES, use SECTIONPAGES.
m@rina
--
We are not clairvoyants: don't forget to indicate the version of the software used, and how you proceeded.
Pimenthe
Posted messages
99
Status
Member
7
Perfect, thank you :)
Fiisschen
Problem solved! Thank you, it really helps me move forward :)