See the article "Find & ReplaceAll on a batch of documents in the same
folder" at:
http://www.word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
It will show you how to access each document in a folder and you could
modify the code so that the content of each document is added to a new
document created by your routine. In adding each document, you are going to
need to put each one in a separate section and set the page numbering of
each section so that it commences at 1, rather than continuing from the
previous.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I need to be able to combine 1,000 or more multi-page RTF documents
> into one large RTF master document on an ongoing basis. I need the
[quoted text clipped - 4 lines]
> Ideally this would be done quickly and automatically. Can this be
> done? Any suggestions or code example would be greatly appreciated.