Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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 | |
|
|
![]() |
||||
Thread | Forum | |||
how change tab defaults for new blank document | Microsoft Word Help | |||
Change Defaults On Numbering & Outlines | Microsoft Word Help | |||
How do I change the defaults in Word? | Microsoft Word Help | |||
Change envelope defaults | Microsoft Word Help | |||
How do you change the view defaults? | Microsoft Word Help |