Hi all,
I am using the following code to send a workbook through email (Eudora). What I would like to do is send an email message without the workbook if there is no data in the workbook. Does anyone have any ideas?
I am using the following code to send a workbook through email (Eudora). What I would like to do is send an email message without the workbook if there is no data in the workbook. Does anyone have any ideas?
Code:
ActiveWorkbook.SendMail Recipients:="email.address@customer.gov.uk", Subject:="Cashbox Level Warnings"
AppActivate ("Eudora by Qualcomm")[\code]
I can test to see whether the workbook is blank, but does anyone know how to send a message without the workbook?
Regards,
Alan