ActiveWorkbook.SendMail Recipients

J

jknapp1005

I found a short little macro that will email my active workbook. It works
fine, but only if I put in one email address. I'm new to writing any macros,
don't know anything about programming, so, I'm sure it's just that I'm not
putting something in brackets or adding quotation marks. The macro is:

ActiveWorkbook.SendMail Recipients:= "email@address", Subject:="Whatever",
ReturnReceipt:= True

I've tried to put in more than one email address several ways and it hasn't
worked. If I only use one, it works great. Exactly as I wish, only I'd rather
have the option of sending to more than one person.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top