I am running A2K and the error I get states "File name or class name not found during Automation Operation . "
Private Sub Open_Merge_WordDoc(strPath As String)
Dim strDocument As String
Dim objWord As Word.Document
Set objWord = GetObject(" & strPath & ",
"Word.Document")
'***...