J
Julie Mascara
I am using the following code to run a mail merge. I can
re-run a new merge fine provided I leave at least one
instance of word running; however if I close word
completly the process will not run. HELP
On Error Resume Next
Set objWord = GetObject(, "Word.Application")
If Err.Number <> 0 Then
Set objWord = CreateObject("Word.Application")
End If
objWord.Documents.Open FileName:=wordTagTemp
re-run a new merge fine provided I leave at least one
instance of word running; however if I close word
completly the process will not run. HELP
On Error Resume Next
Set objWord = GetObject(, "Word.Application")
If Err.Number <> 0 Then
Set objWord = CreateObject("Word.Application")
End If
objWord.Documents.Open FileName:=wordTagTemp