Section Breaks Change From Continuous To Page

  • Thread starter Thread starter Derek Hart
  • Start date Start date
D

Derek Hart

I am automating putting multiple documents together. In the source
documents, I add a continuous page break in VBA. Then I insert each document
into a new blank document:

myRange.FormattedText = DestDoc.Content.FormattedText

All the section break come in fine, except the last one in the Destination
Document is always changed to a Next Page Section break instead of a
continuous Section Break.

Is this a feature?

Derek
 
Hi Derek,
I am automating putting multiple documents together. In the source
documents, I add a continuous page break in VBA. Then I insert each document
into a new blank document:

myRange.FormattedText = DestDoc.Content.FormattedText

All the section break come in fine, except the last one in the Destination
Document is always changed to a Next Page Section break instead of a
continuous Section Break.

Is this a feature?
Some versions of Word (2000, especially) are "nasty" and somewhat unpredictable
in this respect. You might check the default section break setting in File/Page
Setup/Layout and if that is not set to "Continuous" change that. See if that
settles things down, at all...

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top