Susan Harkins
ssharkins at setel.com
Wed May 9 13:30:07 CDT 2007
Nope, same errors, even with the .doc extension -- but you're right -- even
if I fix the current error, that was bound to still be a problem.
Susan H.
If it is
Set doc = appWord.Documents.Open("C:\WordForms\Customer Slip", , True)
should probably be
Set doc = appWord.Documents.Open("C:\WordForms\Customer Slip.doc", , True)
you left off the .doc