January 10, 2025
Word Top Contributors:
Word 2010: problem with page numbers not increasing when moving to the next page
Report abuse
Thank you.
Reported content has been submitted
However, a quick fix is to run the following macro on the affected document:
Sub SetContinuousPageNumbering()
Dim s As Section
For Each s In ActiveDocument.Sections
s.Headers(wdHeaderFooterPrimary).PageNumbers _
.RestartNumberingAtSection = False
Next s
End Sub
For assistance, see http://www.gmayor.com/installing_macro.htm.
MS 365 Word MVP since 2005
Volunteer Moderator
MS 365, Win 11 Pro
~~~
Note that I do not work for Microsoft
https://mvp.microsoft.com/
~~~
Please specify Word version & OS in your question
Report abuse
Thank you.
Reported content has been submitted
Was this reply helpful?
Sorry this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
A lot of section breaks sometimes messes up the numbers. View the document in the "Draft" mode and see if there are "Continuous section breaks" between pages 3 and 4. If they are not necessary (e.g., there are no columns in the text) delete them and try fixing your page numbers then.
Report abuse
Thank you.
Reported content has been submitted
4 people found this reply helpful
·Was this reply helpful?
Sorry this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Question Info
Last updated July 25, 2023 Views 6,277 Applies to: