how to merge documents making facing pages from the two of them

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to combine two Word documents so that the pages from one of the
source documents become odd pages, and the pages from the other source
document become even pages in the master document.
Is this possible in Word? If yes, please help.
Thanks,
Zarko
 
Hi =?Utf-8?B?WmFya28=?=,
I would like to combine two Word documents so that the pages from one of the
source documents become odd pages, and the pages from the other source
document become even pages in the master document.
Is this possible in Word?
Nothing built into Word will let you do this automatically. You'd basically
need to copy/paste one page at a time. A macro could possibly help with this,
but depending on how the two documents are constructed it could be a bit
tricky, in practice. You'd definitely have to be sure that both documents are
formatted with the same set of styles if things on both pages should look the
same. OR, if they should look quite different, make sure you're not using
styles with the same name in both documents.

To get help with a macro you should ask in a word.vba (developer) newsgroup.

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 :-)
 
Word is not a page layout application. There is no concept of page in the
application. It is a continuous document the 'pages' transient entities
determined by several factors. The only way to do this would be by
repetitive cutting and pasting.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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