View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Derek Hart
 
Posts: n/a
Default Section Breaks Change From Continuous To Page

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