G
Guest
i have a VBA to send email with Excel worksheet but how to color the subject
to get attraction from users?
With OutMail
.To = "(e-mail address removed)"
.CC = ""
.BCC = ""
.Subject = "Urgent amendment"
.HTMLBody = SheetToHTML(ws)
.Send 'or use .Display
End With
to get attraction from users?
With OutMail
.To = "(e-mail address removed)"
.CC = ""
.BCC = ""
.Subject = "Urgent amendment"
.HTMLBody = SheetToHTML(ws)
.Send 'or use .Display
End With