Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
dartspader dartspader is offline
external usenet poster
 
Posts: 2
Default Change page numbers to "Continue from previous Section"

I have a huge Word document with close to a thousand sections that all start
over numbering pages at 1. I know I can go to each header and change the
page numbering to "continue from previous section" but was wondering if there
is a way to do this for multiple sections to save hundreds of keystrokes and
much time?
--
thank you,

d
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Change page numbers to "Continue from previous Section"

Use this macro:

Sub DoNotRestartPageNumbers()
Dim s As Section
For Each s In ActiveDocument.Sections
s.Headers(wdHeaderFooterPrimary).PageNumbers _
.RestartNumberingAtSection = False
Next s
End Sub

If you need assistance, see http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"dartspader" wrote in message
...
I have a huge Word document with close to a thousand sections that all
start
over numbering pages at 1. I know I can go to each header and change the
page numbering to "continue from previous section" but was wondering if
there
is a way to do this for multiple sections to save hundreds of keystrokes
and
much time?
--
thank you,

d






  #3   Report Post  
Posted to microsoft.public.word.docmanagement
dartspader dartspader is offline
external usenet poster
 
Posts: 2
Default Change page numbers to "Continue from previous Section"

Runs like a charm! As my supervisor said - "Sweet"
--
thank you,

d


"Stefan Blom" wrote:

Use this macro:

Sub DoNotRestartPageNumbers()
Dim s As Section
For Each s In ActiveDocument.Sections
s.Headers(wdHeaderFooterPrimary).PageNumbers _
.RestartNumberingAtSection = False
Next s
End Sub

If you need assistance, see http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"dartspader" wrote in message
...
I have a huge Word document with close to a thousand sections that all
start
over numbering pages at 1. I know I can go to each header and change the
page numbering to "continue from previous section" but was wondering if
there
is a way to do this for multiple sections to save hundreds of keystrokes
and
much time?
--
thank you,

d







  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default Change page numbers to "Continue from previous Section"

I'm glad I could help.

--
Stefan Blom
Microsoft Word MVP


"dartspader" wrote in message
...
Runs like a charm! As my supervisor said - "Sweet"
--
thank you,

d


"Stefan Blom" wrote:

Use this macro:

Sub DoNotRestartPageNumbers()
Dim s As Section
For Each s In ActiveDocument.Sections
s.Headers(wdHeaderFooterPrimary).PageNumbers _
.RestartNumberingAtSection = False
Next s
End Sub

If you need assistance, see http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP


"dartspader" wrote in message
...
I have a huge Word document with close to a thousand sections that all
start
over numbering pages at 1. I know I can go to each header and change
the
page numbering to "continue from previous section" but was wondering if
there
is a way to do this for multiple sections to save hundreds of
keystrokes
and
much time?
--
thank you,

d









Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I continue page numbers after a section break? Amethia Page Layout 5 April 27th 23 08:51 PM
Setup "See Page X" where X changes if page numbers change. (Word) Siliconbytes Microsoft Word Help 1 April 8th 08 08:58 PM
How do I change page range "All" to "current Pages" in print menu Shiv Microsoft Word Help 1 May 4th 07 01:13 PM
How do I change my page setup settings from "point" to "inches" JRD Page Layout 2 May 2nd 07 01:58 PM
Hide page numbers in Section 1 continue Section 2 normally [email protected] Page Layout 1 May 22nd 06 10:55 PM


All times are GMT +1. The time now is 12:33 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"