OK, here is some pseudocode:
Create the Word object (as described by John above)
Create and open the document...
Dim z As Word.Document
Set z = Word.Documents.Open("C:\YourDoctoCopyFrom.doc")
Select the whole text in the document and copy it (the commands for this can be found in Word VBA by recording a macro (again, as described by John))
Quit and set word object to nothing...
z.Close
WP.Quit
Set WP = Nothing
Now you have the text you want to combine into the new document.
Open the document you want to paste into using the methods described in this post and John's (you can use the same Dimmed variables but just change how they are assigned).
Go to the end of the new document and paste all of the data in. Again, this can be found by recording a macro in word.
Add the line ActiveDocument.Save before you close this time as the doc has been changed and will not close properly if not saved in this way. Quit the application and set the reference to nothing as described in the first part of my post.
Hope this is a helps to you.
Harleyquinn
---------------------------------
For tsunami relief donations