PDA

View Full Version : merge multiple word documents



fadib
08-04-2011, 12:45 PM
Guys,
Is there an easier way to merge multiple word documents Title1.doc, Title2.doc.... into one Title.doc and that without having to open the word document, copy the contents, insert a page break and paste them?
I mean is there a specific function that can do that?

fadib
12-21-2011, 01:40 AM
Okay, I guess it doesn't exist. :)
I have a folder that contains x numbers of word documents, that I am trying to merge.
Had anyone done merging of two documents? I will try re-write the code to create the loop.
Thanks

macropod
12-22-2011, 05:09 PM
Hi fadib,

You could use Word's INCLUDETEXT field. That's useful if the source documents are liable to further editing and you want those edits to be replicated in the target document without having to duplicate the individual edits or re-create the target document from scratch.