I have this "The specified module could not be found" issue. Can anyone help me
I code my program in VBA Excel 2003, and reference the Outlook 2003 to send email. However, I got this "The specified module could not be found" error when I try to do this
set myOutlookObject = new Outlook.Application
or
set myOutlookObject = CreateObject("Outlook.Application")
How do I fix it Thank you.