Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

email data multiple recipients

Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Email data to multiple recipients (seperate emails)

Email data to multiple recipients (seperate emails)

ResolvedVersion 2007

Daniel has attended:
Excel Advanced course

Email data to multiple recipients (seperate emails)

Hi,

I send out daily reports to a number of my colleagues. Typically the data I send is usually only 1 to 4 lines of data with a header.

I wanted to build a macro to group the data by the recepients initials (contrained in the data), and then send out seperate emails to different distribution lists.

I know this is possible but I have very little VBA skills. It would probably save me 1 to 2 hours a day so I'm really keen to find a solution.

Let me know if you need any further information.

Thank you, Dan

RE: email data to multiple recipients (seperate emails)

Hi Daniel

Thanks for getting in touch. This is absolutely possible with Excel VBA, but you'd need to attend both our VBA Intro and Advanced courses, a total of 4 days training to understand all the code you'd need to build this macro.

I appreciate this may not be the answer you're after, so I offer this link which we discuss in the Advanced course: Ron DeBruin's site contains many good examples you can customise for your own purposes.

http://www.rondebruin.nl/win/s1/outlook/mail.htm

I hope this gives you some inspiration, please let us know if this gives you a starter.

Kind regards

Gary Fenn
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
Best STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

RE: email data to multiple recipients (seperate emails)

Thank you.

I'm working through the problem with the aid of the website you sent over and I'm slowly getting closer to a solution.

RE: email data to multiple recipients (seperate emails)

Hi Daniel

Thanks for getting in touch. I'm glad you're getting closer.

Now you've started to narrow down the problem, are you encountering any specific issues we can help with?

Kind regards

Gary Fenn
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
Best STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

Tue 3 Dec 2013: Automatically marked as resolved.

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Excel tip:

Generating Random Numbers

To generate a random number in Excel use the = RAND() function.

The value returned will always be between 0 and 1. To convert this to some other random value, you will need to multiply the result by the highest number you want to consider. For example, if you wanted a random number between 1 and 25, you could use the following code line:
= INT(25 * RAND()+ 1)

Since RAND() will always returns a value between 0 and 1 (but never 1 itself), multiplying what it returns by 25 and then using the Integer function INT on that result will return a whole number between 0 and 24.

Finally, 1 is added to this result, so that x will be equal to a number between 1 and 25, inclusive

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.