Email Link with Subject

Kiloelectronvolt

Board Regular
Joined
Oct 5, 2015
Messages
81
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I'm in way over my head, but thought it'd be cool if this is something that can be done.

I'd like to have an "Email" Button on every row that will use the data in the columns before it and put that text into the subject line.

If my cell columns looked like this:
12345 Fake Street | House Renovation | Change Order 1 | John Doe | EMAIL

If I click email, It'd be cool if it would email "JohnDoe@FakeEmail.com" with the subject "12345 Fake Street House Renovation Change Order 1"



I found this string and broke it greatly.
Code:
=HYPERLINK("mailto:" &G2 & "?subject=" & A2 & "&body=" & B2, "EMAIL")

More advanced question:
Can I make it include the text in the body "Hi "John Doe", Please see the attached document"

EDIT* I am using vlookup formula to pull the corresponding emails to the names in a second sheet.
 
Last edited:

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand

Forum statistics

Threads
1,213,544
Messages
6,114,249
Members
448,556
Latest member
peterhess2002

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top