Skip to main content

I am connecting excel and outlook ‘send email’, so that when an excel row is updated and email is sent from Outlook 365.

I am at the body section of the email and there seems to be no way to add clickable links or bold text. I have tried both the TEXT and HTML setting.

 

Can anyone help?

Hi @NSLJo 

So, you’d need to set it to HTML mode and then provide the actual HTML for a link.

In that case it’s:

<a href=”https://www.google.com”>Google</a>

When the email is sent, the receiver would see that as a link.