Using a macro to select a row of text and email it...

Pontybiker

New member
Joined
May 4, 2016
Messages
1
Reaction score
0
Points
0
Hi,

If possible, I would like the ability to select text from an excel workbook and email it to an email address. The email address would be dependent on what text is in a certain cell.

This is an example of the workbook containing the data (workbook A):
Sport£1£2AAAA
Education£2£2BBBB
Managment£6£1CCCC
Art£4£3DDDD


This is an example of the email workbook (workbook B);
Sportj@j.com
Educationb@j.com
Managementg@j.com
Artk@j.com


So the code would need to email the row of text in workbook A to the email address in workbook B by matching the text in column A in workbook A to the correct email address in column B in workbook B.

I hope this makes sense. I realise this may be asking a lot. As always, I honestly do appreciate anyone's help with these questions.

Kind regards,

J.
 
Back
Top