I'm trying to create a macro that runs when a hyperlink that references itself is clicked. I'd like to create an outlook email with predefined TO, CC, Subject, FROM, and hopefully the signature line. The target cell would be the hyperlink, and the above mentioned values are already stored in cells in the same row (to the right).
Email To CC From Subject Body Store Variance Date
Email now Value Value Value Value Not sure Value Value Value
All values are currently stored as text strings. I'd like for the user to be able to click "Email Now" and have an email generated based on the cells in the same row to the right.
Example Email:
From: [email protected]
To: [email protected]; [email protected]
CC: [email protected]; [email protected]; <- CC line varies based on variance value
Subject: Store# Product type date variance
Body: Premade text with values as per above also in here
Can the users signature be added as well?
I've looked through ron de bruin's email information, I'm just not the greatest at this stuff and couldn't figure it out.
Here is the most simple way to achieve what you want.
TRIED AND TESTED