Hi everyone,
I would like to add a simple "Send an Email" text in a column which then opens up a saved Outlook Template and populate the data like email addresses to send it to, Names, Company Name.
Ie
Cell A
A1- "Send Email"
Column B
B1 - "Full Name 1"
Column C
C1 - "Student ID"
Column-D
D1 - "Email Address 1"
Column E
E1 - "Full Name 2"
Column F
F1 - "Employee ID"
Column G
G1 - "Email Adress 2"
And so on....
The Excel data gets populated manually meaning added names weekly. So I would like to drag the cell with the code "Send Email" to the new rows. When the Send Email link gets clicked the information on that row gets picked and an email template opens up with the data on it.
On the email the email address to send it to = D1 and G1
Subject = B1 and C1
Email message from the template will take B1 and E1
I don't want to send it automatically, I would like to review and add stuff on it.
Can anyone point me where I can start to write these code? I've seen some youtube videos writing formula but I'm not sure if this will work.
Thanks in advance.
I would like to add a simple "Send an Email" text in a column which then opens up a saved Outlook Template and populate the data like email addresses to send it to, Names, Company Name.
Ie
Cell A
A1- "Send Email"
Column B
B1 - "Full Name 1"
Column C
C1 - "Student ID"
Column-D
D1 - "Email Address 1"
Column E
E1 - "Full Name 2"
Column F
F1 - "Employee ID"
Column G
G1 - "Email Adress 2"
And so on....
The Excel data gets populated manually meaning added names weekly. So I would like to drag the cell with the code "Send Email" to the new rows. When the Send Email link gets clicked the information on that row gets picked and an email template opens up with the data on it.
On the email the email address to send it to = D1 and G1
Subject = B1 and C1
Email message from the template will take B1 and E1
I don't want to send it automatically, I would like to review and add stuff on it.
Can anyone point me where I can start to write these code? I've seen some youtube videos writing formula but I'm not sure if this will work.
Thanks in advance.