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  

sections and page numbers



 
 
Thread Tools Display Modes
  #1  
Old October 22nd, 2008, 08:29 PM
zxc zxc is offline
Member
 
First recorded activity by OfficeFrustration: Feb 2008
Location: Alberta
Posts: 7
Default sections and page numbers

I have a document that does not keep continuous page numbers. It restarts the numbering between sections. Also, the sections are not numerically continuous, ie one footer lists section 4 and the next header is section 6, no 5.

If anyone could clarify what the issue is it would be appreciated.

Cya
  #2  
Old October 22nd, 2008, 10:56 PM posted to microsoft.public.word.pagelayout
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default sections and page numbers

Hi zxc,

Continuous page numbering will be maintained if the headers/footers containing the page numbers are linked to the previous Sections.
As for the jump from Section 4 to Section 5, this suggests there's a continuous Section break somewhere on the page where Section 6
starts. You may find it easier to see where that break is by switching to 'Normal' view.

--
Cheers
macropod
[MVP - Microsoft Word]


"zxc" wrote in message ...

I have a document that does not keep continuous page numbers. It
restarts the numbering between sections. Also, the sections are not
numerically continuous, ie one footer lists section 4 and the next
header is section 6, no 5.

If anyone could clarify what the issue is it would be appreciated.

Cya




--
zxc


  #3  
Old October 28th, 2008, 01:17 AM
zxc zxc is offline
Member
 
First recorded activity by OfficeFrustration: Feb 2008
Location: Alberta
Posts: 7
Default

Quote:
Originally Posted by zxc View Post
I have a document that does not keep continuous page numbers. It restarts the numbering between sections. Also, the sections are not numerically continuous, ie one footer lists section 4 and the next header is section 6, no 5.

If anyone could clarify what the issue is it would be appreciated.

Cya
I just got back to this document after being away. I forgot to mention this is Word 2003.

Thanks for the suggestion Macropod, but that didn't work out, assuming I did what you said correctly. In "normal" view I set all section breaks to continuous and continue numbering (right-click).

Of note is that the "# of pages" works fine but the page number doesn't. I'm at a loss but then, I'm no Word expert.

Cya
  #4  
Old October 28th, 2008, 03:24 AM posted to microsoft.public.word.pagelayout
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default sections and page numbers

To get the pages to be continuously numbered, run a macro containing the
following code:

Dim i As Long
With ActiveDocument
For i = 2 To .Sections.Count
.Sections(i).Footers(1).PageNumbers.RestartNumberi ngAtSection =
False
Next i
End With


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"zxc" wrote in message
...

zxc;3029106 Wrote:
I have a document that does not keep continuous page numbers. It
restarts the numbering between sections. Also, the sections are not
numerically continuous, ie one footer lists section 4 and the next
header is section 6, no 5.

If anyone could clarify what the issue is it would be appreciated.

Cya


I just got back to this document after being away. I forgot to mention
this is Word 2003.

Thanks for the suggestion Macropod, but that didn't work out, assuming
I did what you said correctly. In "normal" view I set all section
breaks to continuous and continue numbering (right-click).

Of note is that the "# of pages" works fine but the page number
doesn't. I'm at a loss but then, I'm no Word expert.

Cya




--
zxc



 




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 06:46 AM.


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