If multiple versions of Word are installed, you can create an object for a specific version. The following statement, for example, uses Word 97.
Sub mate() Dim WordApp As Object Set WordApp = CreateObject("Word.Application.8") End Sub