MasterBash
06-12-2024, 02:02 PM
I have a list with over 20 hyperlinks to send e-mails. All the links send to the same contacts, but only one single word changes in the subject and body text.
Cat
Send e-mail to CAT
Dog
Send e-mail to DOG
Pig
Send e-mail to PIG
Problem is, the contact list is quite long.
=HYPERLINK("mailto:"&I$1&"?Subject="&$I$2&" "&A1&"&body=Hello, %0d%0a%0d%0a"&$I$3&" "&$A1;"Send e-mail to "&A1&"")
I$1 being the list of e-mail, which is too long.
I$2 being the subject + A1, which is "Requesting... cat" in this case.
I$3 being the body text + A1, which is "Please provide... cat" in this case.
I got to do this for the entire list (20+ e-mails).
What would be the easiest way to accomplish what I am trying to do ? All e-mail contacts in the list all ends with the same @something.com. Also, it appears that when I click one of the links, outlook does not add my signature. When I create a new e-mail or reply directly from Outlook, it does add my signature, but not when using Excel.
Thank you !
Cat
Send e-mail to CAT
Dog
Send e-mail to DOG
Pig
Send e-mail to PIG
Problem is, the contact list is quite long.
=HYPERLINK("mailto:"&I$1&"?Subject="&$I$2&" "&A1&"&body=Hello, %0d%0a%0d%0a"&$I$3&" "&$A1;"Send e-mail to "&A1&"")
I$1 being the list of e-mail, which is too long.
I$2 being the subject + A1, which is "Requesting... cat" in this case.
I$3 being the body text + A1, which is "Please provide... cat" in this case.
I got to do this for the entire list (20+ e-mails).
What would be the easiest way to accomplish what I am trying to do ? All e-mail contacts in the list all ends with the same @something.com. Also, it appears that when I click one of the links, outlook does not add my signature. When I create a new e-mail or reply directly from Outlook, it does add my signature, but not when using Excel.
Thank you !