We have some Excel workbooks using VBA that are in Office 2000 and work perfectly fine with Outlook 2002. Some of our user base has migrated to XP and some to Office 2003 . Now they are getting General Mail Failure errors, irregardless of whether Outlook is version 2002 or 2003. There are no missing references anywhere.
This basically happens on this line
Application.Dialogs(xlDialogSendMail).Show
What can we do to fix the problem?
We have references to the Microsoft Forms Library, Excel, Office, Micrososft Visual Baic for Applications Extensibility, Visual Basic for Applications, and OLE Automation
Thanks
This basically happens on this line
Application.Dialogs(xlDialogSendMail).Show
What can we do to fix the problem?
We have references to the Microsoft Forms Library, Excel, Office, Micrososft Visual Baic for Applications Extensibility, Visual Basic for Applications, and OLE Automation
Thanks