Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50123

mailto: Hyperlink #value error and HTML coding

$
0
0
Hey guys, I would really need some help on this one...

I created a "mailto:" hyperlink, but it keeps giving me the same error because of the title of the Hyperlink. I want to see "SEND EMAIL" in the cell so I can click on it to generate the email (Outlook)

Here's the URL

=HYPERLINK("mailto:lplaforest@someemail.com?subject=ALERT 3185&body=SHOP%20%3A%0D%0A%E2%80%A2%09"&C3&"%0D%0A%0D%0AFILE%20%3A%0D%0A%E2%80%A2%09"&D3&"%0D%0A%0D%0AAGENT%20%3A%0D%0A%E2%80%A2%09"&E3&"%0D%0A%0D%0AFEEDBACK%20%3A%0D%0A%E2%80%A2%09"&G3&"%0D%0A, "SEND EMAIL")

The decoded version of the body would be (FYI):

SHOP :
• (Cell C3)

File :
• (Cell D3)

AGENT :
• (Cell E3)

FEEDBACK :
• (Cell G3)


Keeps trying to correct the formula with ; ""SENDEMAIL") at the end but even if I correct it (MS autocorrect), still gives me the #VALUE error...

Can somebody help me with this??

Viewing all articles
Browse latest Browse all 50123

Trending Articles