This is not nearly as straightforward as you might think. The difficulty is
that the section-level formatting (margins, headers/footers, columns, paper
sources, etc.) is stored in the section mark at the _end_ of the section.
The article
http://www.word.mvps.org/FAQs/Formatting/WorkWithSections.htm
explains some of the hiccups you can run into by deleting a section break.
In code, you can run the command
wordDoc.Sections(N).Range.Delete
but the effects will be different depending on whether the Nth section is
the last one in the document. You may also need to adjust the formatting and
the content of the headers in the following section(s).
It might be more effective to set the entire section to the Hidden font
format rather than deleting it.
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.