#1   Report Post  
Posted to microsoft.public.word.docmanagement
Robin Robin is offline
external usenet poster
 
Posts: 112
Default Change Defaults

I'm using Word 2003, SP-2.

When I insert a new section, I want the default header/footer to not be the
same as previous. Is there a way to do this?
--
Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Change Defaults

Use the following macro to insert the break

Sub InsertUnlinkedBreak()
Dialogs(wdDialogInsertBreak).Show
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.HeaderFooter.LinkToPrevious = False
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageFooter
Selection.HeaderFooter.LinkToPrevious = False
ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
End Sub


Note the header and footer links are un-set separately.

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Robin wrote:
I'm using Word 2003, SP-2.

When I insert a new section, I want the default header/footer to not
be the same as previous. Is there a way to do this?



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 change tab defaults for new blank document rgb Microsoft Word Help 2 October 3rd 06 06:37 PM
Change Defaults On Numbering & Outlines [email protected] Microsoft Word Help 3 September 30th 06 12:16 PM
How do I change the defaults in Word? Di Microsoft Word Help 1 June 1st 06 09:34 PM
Change envelope defaults Rick D Microsoft Word Help 1 December 1st 05 02:32 PM
How do you change the view defaults? Sandi Microsoft Word Help 1 December 10th 04 04:48 AM


All times are GMT +1. The time now is 11:21 AM.

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"