Hi,
I've seen most of the posts regarding attaching and emailing using VBA code, and I've just started working with it and hope someone can answer a couple of questions...
1) I can email one person. I've tried creating a group to send an email to multiple people, but it doesn't appear to have work. The line of code looks like this:
MailDoc.sendto "Group1"
Do I hvae to include the location of the address book? or Is there a better way to send it to multiple people without creating the groups and not sending the same email out 20 times?
2) Is there any way to attach more than one document?
Thanks for yor Help!!
I've seen most of the posts regarding attaching and emailing using VBA code, and I've just started working with it and hope someone can answer a couple of questions...
1) I can email one person. I've tried creating a group to send an email to multiple people, but it doesn't appear to have work. The line of code looks like this:
MailDoc.sendto "Group1"
Do I hvae to include the location of the address book? or Is there a better way to send it to multiple people without creating the groups and not sending the same email out 20 times?
2) Is there any way to attach more than one document?
Thanks for yor Help!!