Hi Team,

Hopefully an easy fix. I have a macro that sends emails (among many other things). It works fine, but, in the body of that email it offers advice on who to contact if there are issues and provides an email address (see red in the code below).

"For any issues with registration and log-in, please contact the below.<br/>" & _
"Password/Reset issues: [email protected]<br/><br/>" & _
It works fine, but what code do I need to wrap around the email address so that it is an actual clickable link? (I tried "href;mailto ..." but it didn't like it )

Many thanks

MM