Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Long Documents / February 2006

Tip: Looking for answers? Try searching our database.

New section header 'Same as Previous' - can default be changed

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PEVA - 21 Feb 2006 18:11 GMT
Can the default for new section headers and footers be changed to be *not*
'Same as previous'?  (I know how to turn 'Same as Previous' off once the
section is created - how do I change the default for newly created sections?)
Doug Robbins - Word MVP - 21 Feb 2006 19:06 GMT
You could use a macro to insert the Section Break and turn off the "Same as
Previous" for all headers and footers in the new section.

Signature

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

> Can the default for new section headers and footers be changed to be *not*
> 'Same as previous'?  (I know how to turn 'Same as Previous' off once the
> section is created - how do I change the default for newly created
> sections?)
PEVA - 22 Feb 2006 16:16 GMT
That would proably work.  Not sure it would be worth the trouble of
creating/invoking a macro - but I'lll give it some thought.  Changeable
defaults would be nice.

> You could use a macro to insert the Section Break and turn off the "Same as
> Previous" for all headers and footers in the new section.
[quoted text clipped - 3 lines]
> > section is created - how do I change the default for newly created
> > sections?)
Greg - 22 Feb 2006 17:51 GMT
It isnt' that much trouble:

Sub InsertSectionBreak()
Selection.InsertBreak Type:=wdSectionBreakNextPage
With Selection.Sections(1)
 With .PageSetup
   .DifferentFirstPageHeaderFooter = True
   .OddAndEvenPagesHeaderFooter = True
 End With
 .Headers(wdHeaderFooterFirstPage).LinkToPrevious = False
 .Footers(wdHeaderFooterFirstPage).LinkToPrevious = False
 .Headers(wdHeaderFooterEvenPages).LinkToPrevious = False
 .Footers(wdHeaderFooterEvenPages).LinkToPrevious = False
 .Headers(wdHeaderFooterPrimary).LinkToPrevious = False
 .Footers(wdHeaderFooterPrimary).LinkToPrevious = False
End With
End Sub
Suzanne S. Barnhill - 22 Feb 2006 02:26 GMT
If you unlink section 2 from section 1, new sections that are subsequently
created should also be unlinked.

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> Can the default for new section headers and footers be changed to be *not*
> 'Same as previous'?  (I know how to turn 'Same as Previous' off once the
> section is created - how do I change the default for newly created sections?)
PEVA - 22 Feb 2006 16:15 GMT
Ummm - that's not the way it's working here.  Regardless of what you do prior
to inserting new section, new headers and footers always link to previous - I
just tried it to confirm.  I've never seen it work any other way on any
version of Word.

> If you unlink section 2 from section 1, new sections that are subsequently
> created should also be unlinked.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.