in an excel file my embedded vb has a workbook that the vb emails to
another computer for processing using the SendMail method for a
workbook.
it works in general but not on aol. unfortunately aol strips of the
Subject and prompts the user for it and the To field.
on the receiving computer the subject is used by vb in outlook to
detect legitimate submissions and is complex and must be exactly
right. we don't want the processing computer to try to process spam or
other non-conforming email.
i thought i would get around this aol problem by modifying the outlook
vb to also look at the message body, which i've done, and by modifying
my excel vb to also put the subject as the email body. unfortunately
the SendMail method for a workbook does not support a body.
is there another excel method to send email with a subject, body, and
an attached file? i couldn't find it using f2.
thanks,
tom
san diego
another computer for processing using the SendMail method for a
workbook.
it works in general but not on aol. unfortunately aol strips of the
Subject and prompts the user for it and the To field.
on the receiving computer the subject is used by vb in outlook to
detect legitimate submissions and is complex and must be exactly
right. we don't want the processing computer to try to process spam or
other non-conforming email.
i thought i would get around this aol problem by modifying the outlook
vb to also look at the message body, which i've done, and by modifying
my excel vb to also put the subject as the email body. unfortunately
the SendMail method for a workbook does not support a body.
is there another excel method to send email with a subject, body, and
an attached file? i couldn't find it using f2.
thanks,
tom
san diego
Comment