![]() |
#2
|
||||
|
||||
![]()
In the section where the page number restarts, do the following: Click Insert tab | Page Number | Format Page Numbers. In the Page Number Format dialog box, select "Continue from previous section," and click OK.
If you see many undesired restarts, you could run the following macro instead: Code:
Sub SpecifyContinuousPageNum() Dim s As Section For Each s In ActiveDocument.Sections s.Footers(wdHeaderFooterPrimary) _ .PageNumbers.RestartNumberingAtSection = False Next s End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
raye321 | Word | 1 | 12-07-2013 10:01 PM |
![]() |
onemorecupofcoffee | Word | 18 | 09-04-2013 04:31 PM |
Numbering problems | thecthdox | Mail Merge | 1 | 02-13-2013 07:05 PM |
header/footer problems only in certain documents | Endzone | Word | 5 | 08-15-2012 01:04 AM |
Page Header and Page Numbering for Technical Book | SQLUSA | Word | 4 | 06-25-2012 09:53 AM |