Martin H was telling us:
Martin H nous racontait que :
> Hi,
>
[quoted text clipped - 5 lines]
> I had a reply that a macro is available to be able to do this, if so
> can someone forward me in the right direction?
Something like this to get you going:
'_______________________________________
Dim rgeHeader As Range
Dim rgeFooter As Range
Set rgeHeader =
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range
Set rgeFooter =
ActiveDocument.Sections(1).Footers(wdHeaderFooterPrimary).Range
With rgeHeader
.ShapeRange.Delete
End With
With rgeFooter
.ShapeRange.Delete
End With
Application.Dialogs(wdDialogFilePrint).Show
ActiveDocument.Undo 2
'_______________________________________

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org