sendmail macro

B

Benoit

Hello,

I'm using the following command in a macro:

ActiveWorkbook.sendmail "[email protected]", "Lists for
today."
ActiveWorkbook.sendmail "[email protected]", "Lists for
today."
ActiveWorkbook.sendmail "[email protected]", "Lists for
today."

I would like to know if it's possible to send the document
to all 3 addresses at one time (cause by using the
commands I'm using above, 3 emails are sent).

Thanks!!!
 
Top