Deleting section breaks from header/footer

D

Doug Ulrich

I have a document that I deleted all the section breaks in. However,
all the header/footers still show the sections. So, when I add
something like page numbers to one section, it doesn't apply to the
whole document like I want. I do not want any sections in the
document. How can I delete these? I have deleted all the text in the
header/footers also.
 
D

Doug Robbins - Word MVP - DELETE UPPERCASE CHARACT

There are no section breaks in the headers and footers. Rather each section
can have a number (First page, Odd, Even, Primary) of headers and footers.

If you are still seeing headers and footers for each section, then the
document must still contain section breaks

When you run the following macro, what do you see

MsgBox ActiveDocument.Sections.Count

If the result will be the number of sections in the document.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
 
Top