Please help! Combining word attachments into one document

Hello,

I have to write some Lotus script that will access various Lotus docs which contain Word attachments. I have to combine the content of all attachments into one word document. I can extract the Word attachments, from all the docs ok, but am having trouble finding a way to combine their content into one Word document through Lotus script.

Any help and ideas would be greatly appreciated. Thank you in advance!!

Subject: Programming MS Word from LotusScript

  1. Search this forum (and the earlier ND forum) for examples of manipulating MS Word using LotusScript.

  2. Record a Word macro that combines several Word document files into one file and saves that new file.

  3. Open the Word Macro editor and look at the macro you recorded in step 2. Adapt this code for your LotusScript agent.

Subject: RE: Programming MS Word from LotusScript

Thanks so much Lawrence!! The macros are a great help.