OxmoPuccino
New Member
- Joined
- Feb 9, 2017
- Messages
- 9
Hi,
I'm trying to click a hyperlink that will open a new e-mail with Outlook and the e-mail would be all filled with values from Excel cells.
Here's what I got so far:
=HYPERLINK("mailto:" & R1530 & "?subject="& CONCATENATE(A1530," ",B1530) & "&body=" & CONCATENATE("HI","YO",C1530)&"hello", "send e-mail to PM")
I have 2 problems:
Anyone have a clue on how to fix any of these problems?
Thank you,
I'm trying to click a hyperlink that will open a new e-mail with Outlook and the e-mail would be all filled with values from Excel cells.
Here's what I got so far:
=HYPERLINK("mailto:" & R1530 & "?subject="& CONCATENATE(A1530," ",B1530) & "&body=" & CONCATENATE("HI","YO",C1530)&"hello", "send e-mail to PM")
I have 2 problems:
- I'm trying to create the body of the e-mail based on cell values with multiple lines. I've found this on a forum somewhere, but I don't understand how to make it work with my above formula: "mailto:name@domain.e_t?subject=Header&body=This is the first line%0D%0AThis is the second" the "%0D%0A" seems to create a new line, but I don't know how to integrate it with my formula
- The automatic signature is missing from the e-mail. Whenever I click new e-mail in Outlook, my signature is automatically added to the e-mail, but not when I create an e-mail through a hyperlink in Excel.
Anyone have a clue on how to fix any of these problems?
Thank you,