Hi,
I'm trying to do a mail merge from Excel to Word (programaticall y) and I'm having some trouble creating the Word Document Object. This line of code
wordDoc = GetObject("shee t.doc")
keeps returning the error "cannot create ActiveX component" and then the program crashes.
Any help is much appreciated. Thank you.
Larry
I'm trying to do a mail merge from Excel to Word (programaticall y) and I'm having some trouble creating the Word Document Object. This line of code
wordDoc = GetObject("shee t.doc")
keeps returning the error "cannot create ActiveX component" and then the program crashes.
Any help is much appreciated. Thank you.
Larry
Comment