psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
I would like to know how can I create a cell that I can use as a pseudo button (so that it would work with both Excel Apps and Excel Office 365 Online) that when the user clicks on it, it would open their email client to send the email.
Is this possible? I saw the Insert Link option which would allow me to create a link but it would not allow me to use a formula to get the subject line or pre-set a body message.
Excel Formula:
=CONCATENATE("mailto:myEmailUserID@.mySchool.myUni.edu?subject=",$C$6," [FILE ID ",$H$3,"]?body=The file ", $C$6 , "-", $H$3, " is ready to be processed")
Is this possible? I saw the Insert Link option which would allow me to create a link but it would not allow me to use a formula to get the subject line or pre-set a body message.