D
Doug Robbins - Word MVP
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.Select
should do it as using
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.Delete
deletes everything, including a text box in the header.
--
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, originally posted via msnews.microsoft.com
should do it as using
ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.Delete
deletes everything, including a text box in the header.
--
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, originally posted via msnews.microsoft.com