SendMail Issue
Posted by Dave C on April 26, 2001 4:15 PM
We run Excel 97, Netscape Mail & Navigator 4.5
After writing the following macro:
ActiveWorkbook.SendMail("dave.c@XXX.XXX.nz",(Subject),(false))
I get a message back saying 'Compile error Expected ='
If I remove the Subject and return receipt options, so the macro reads:
ActiveWorkbook.SendMail(dave.c@XXX.XXX.nz) no message appears, but when I attempt to run the macro, I get a Netscape message:
'An error occurred while sending mail. The mail server responded: Invalid syntax. Please check the message recipients and try again.'
I know the Email address is correct!