Hello,
I have the below code in Excel that generates emails.
I'd like to add a hyperlink to a website in the middle of the email body but can't work out how?
Does anyone know?
Sub SendEmails()
Dim Emails, Subject, FName, SName, Attachment, Body As String
Dim i As Long
Dim OutApp As Object...