I have a procedure that gets information into excel and saves a file,
and then it is supposed to open a word mailmerge document and get the
document to use the new file as a data source.
I can't seem to get the syntax right on opening the word doc.
Any help would be appreciated
Dim L300_word As Object
Set L300_word = GetObject _
("D:\documents and settings\chmzw\My Documents\claims\ _
L300\L300.dot", "Word.application")