Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
Millieac Millieac is offline
external usenet poster
 
Posts: 7
Default Need to Format 49 section breaks to link to previous.

I did a mail merge for letters and I need the resulting 150 page document to
have page numbers 1-150. However, the section breaks all have "Start
numbering at 1". Without accessing every section is there a way to globally
set continue numbering or link to next section for the document?
  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Need to Format 49 section breaks to link to previous.

Millieac wrote:
I did a mail merge for letters and I need the resulting 150 page
document to have page numbers 1-150. However, the section breaks all
have "Start numbering at 1". Without accessing every section is there
a way to globally set continue numbering or link to next section for
the document?


To do this you need a small macro. Read
http://www.gmayor.com/installing_macro.htm if needed:

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

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Need to Format 49 section breaks to link to previous.


Millieac wrote:
I did a mail merge for letters and I need the resulting 150 page
document to have page numbers 1-150. However, the section breaks all
have "Start numbering at 1". Without accessing every section is there
a way to globally set continue numbering or link to next section for
the document?


To do this you need a small macro. Read
http://www.gmayor.com/installing_macro.htm if needed:

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

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


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
Can't find "Link to Previous" icon - page numbers in section heade John D Microsoft Word Help 4 October 9th 08 06:27 PM
Continuous Section breaks, Next page section breaks, headers and f Chris K. Page Layout 8 June 3rd 08 02:57 PM
Converting page breaks to section breaks automatically- 2007 Freida Page Layout 5 January 11th 07 06:00 PM
how do I format headers with section breaks in a long document? secretary Microsoft Word Help 1 July 6th 06 03:38 PM
link format of header to another section Robin Page Layout 2 June 15th 06 09:24 AM


All times are GMT +1. The time now is 10:32 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"