Home |
Search |
Today's Posts |
#1
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
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 |
#2
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
Section Breaks Change From Continuous To Page
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 :-) |
Reply |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
page number positioning and format | Page Layout | |||
Why does word change my odd page section breaks to continuous? | Page Layout | |||
How do I create continuous section breaks within columns? | Page Layout | |||
section breaks change each time opening document | Microsoft Word Help | |||
Insert objects at page breaks | Microsoft Word Help |