A
azhukovsky
Hi Everyone,
the following code:
Set apExcel = New Excel.Application
With apExcel
.Workbooks.Open App.Path & "\test.xls"
.Workbooks(1).SendMail "(e-mail address removed)", "Test"
.Workbooks(1).Close
.Application.Quit
End With
Set apExcel = Nothing
causes Excel to crash on closing (.Application.Quit). The mail is
getting sent successfully.
If I comment .SendMail line, everything works just fine.
I do not know if this info is relevant, but
I am using Thundebird Email and have McAfee virus scan which blocks
port 25 for mass mailing.
Please help,
Alex
the following code:
Set apExcel = New Excel.Application
With apExcel
.Workbooks.Open App.Path & "\test.xls"
.Workbooks(1).SendMail "(e-mail address removed)", "Test"
.Workbooks(1).Close
.Application.Quit
End With
Set apExcel = Nothing
causes Excel to crash on closing (.Application.Quit). The mail is
getting sent successfully.
If I comment .SendMail line, everything works just fine.
I do not know if this info is relevant, but
I am using Thundebird Email and have McAfee virus scan which blocks
port 25 for mass mailing.
Please help,
Alex