Hey,
Can send emails fine through VBA but can't work out how to send to an Outlook Distribution List e.g. "Team" = AAA <AAA@AAA.com>; BBB <BBB@AAA.com>; CCC <CCC@AAA.com>; DDD <DDD@AAA.com>
I can input the emails into VBA which is fine but would have to add to every macro if I need to add in extra emails when if I was able to do "Team" and update it in Outlook it should catch it?
However when I do..
.to = "Team" it would just place the word team lol.
Any help is appreciated, if any misunderstanding let me know
Can send emails fine through VBA but can't work out how to send to an Outlook Distribution List e.g. "Team" = AAA <AAA@AAA.com>; BBB <BBB@AAA.com>; CCC <CCC@AAA.com>; DDD <DDD@AAA.com>
I can input the emails into VBA which is fine but would have to add to every macro if I need to add in extra emails when if I was able to do "Team" and update it in Outlook it should catch it?
However when I do..
.to = "Team" it would just place the word team lol.
Any help is appreciated, if any misunderstanding let me know