A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

continuous page numbering through section breaks



 
 
Thread Tools Display Modes
  #1  
Old August 24th, 2009, 07:16 PM posted to microsoft.public.word.pagelayout
JMC
external usenet poster
 
Posts: 42
Default continuous page numbering through section breaks

The page numbering in footer returns to 1 after every section break in my
long document. I've repeatedly "fixed" this by clicking the "Continue from
previous section" button in the Page Number Format dialog box for each
section and saved the document. But when I open the document again, each
section starts back at page 1. I'm using Word 2007, odd and even page headers
and footers. What am I missing? Thanks.
  #2  
Old August 24th, 2009, 07:30 PM posted to microsoft.public.word.pagelayout
Stefan Blom[_3_]
external usenet poster
 
Posts: 4,556
Default continuous page numbering through section breaks

What you are doing should be working. However, sometimes Word doesn't
recognize certain modifications and consequently won't allow you to save the
document.

After you've selected the "Continue from previous" option, does it help if
you also make a change in the document, such as adding and deleting a
character, before saving?

You may also want to try running the following macro, just to be sure that
the restart option is being modified for all sections (even continuous ones
without visible headers and footers):

Sub ContPageNumbering()
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



"jmc" wrote in message
...
The page numbering in footer returns to 1 after every section break in my
long document. I've repeatedly "fixed" this by clicking the "Continue from
previous section" button in the Page Number Format dialog box for each
section and saved the document. But when I open the document again, each
section starts back at page 1. I'm using Word 2007, odd and even page
headers
and footers. What am I missing? Thanks.




  #3  
Old August 24th, 2009, 08:00 PM posted to microsoft.public.word.pagelayout
JMC
external usenet poster
 
Posts: 42
Default continuous page numbering through section breaks

I'm not familiar with macros - bit of a newbie. But I will doublecheck on
saving after making other changes. Thanks.

"Stefan Blom" wrote:

What you are doing should be working. However, sometimes Word doesn't
recognize certain modifications and consequently won't allow you to save the
document.

After you've selected the "Continue from previous" option, does it help if
you also make a change in the document, such as adding and deleting a
character, before saving?

You may also want to try running the following macro, just to be sure that
the restart option is being modified for all sections (even continuous ones
without visible headers and footers):

Sub ContPageNumbering()
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



"jmc" wrote in message
...
The page numbering in footer returns to 1 after every section break in my
long document. I've repeatedly "fixed" this by clicking the "Continue from
previous section" button in the Page Number Format dialog box for each
section and saved the document. But when I open the document again, each
section starts back at page 1. I'm using Word 2007, odd and even page
headers
and footers. What am I missing? Thanks.





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.