We are merging data with a Word doc. Depending on certain conditions, we insert a secind doc and merge more data.
I have been using this this code to do this
Set objWord = GetObject(, "Word.Application")
Set oDoc = objWord.ActiveDocument
The application has been used for about 4-5 years...