Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.pagelayout
rwilenker rwilenker is offline
external usenet poster
 
Posts: 4
Default MSWord 2003-delinking "Same as Previous: in Footer as default sett

Is there a way to delink the "Same as Previous" feature (in my template) for
the Footer (while leaving the Header linked) and apply this new setting as
the default when inserting a next page Section Break?

  #2   Report Post  
Posted to microsoft.public.word.pagelayout
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default MSWord 2003-delinking "Same as Previous: in Footer as default sett

No, whenever you add a section in the user interface, headers and
footers are linked by default.

What you can do is create a macro (or ask for one in a programming
newsgroup) that does this for you.

But why do you want to unlink the footers? Depending on what you are
trying to accomplish, you may not have to.

--
Stefan Blom
Microsoft Word MVP


"rwilenker" wrote in message
...
Is there a way to delink the "Same as Previous" feature (in my
template) for
the Footer (while leaving the Header linked) and apply this new
setting as
the default when inserting a next page Section Break?




  #3   Report Post  
Posted to microsoft.public.word.pagelayout
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default MSWord 2003-delinking "Same as Previous: in Footer as default sett

You could certainly do it with vba eg

Dim strView As String
strView = ActiveWindow.View
ActiveWindow.View.Type = wdPrintView
Selection.InsertBreak Type:=wdSectionBreakNextPage
ActiveWindow.View.SeekView = wdSeekCurrentPageHeader
Selection.HeaderFooter.LinkToPrevious = True
ActiveWindow.View.SeekView = wdSeekCurrentPageFooter
Selection.HeaderFooter.LinkToPrevious = False
ActiveWindow.View.SeekView = wdSeekMainDocument
ActiveWindow.View.Type = strView

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


rwilenker wrote:
Is there a way to delink the "Same as Previous" feature (in my
template) for the Footer (while leaving the Header linked) and apply
this new setting as the default when inserting a next page Section
Break?



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
Set default for new documents to "show header and footer." Kimbo Microsoft Word Help 6 May 19th 08 04:05 PM
My "Same as Previous" and other Header/Footer buttons are gone! Mike Frenette Microsoft Word Help 2 March 17th 07 05:59 PM
How to change the "default" Word 2003 paragraph settings Carlos Laurent Microsoft Word Help 1 October 24th 06 03:21 PM
Office 2003, what replaced "Binder" func. from previous versions? gglenn Microsoft Word Help 1 October 6th 06 10:13 AM
Header & Footer "This point foward" applies previous carole6722 Microsoft Word Help 3 October 21st 05 03:19 AM


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