Hey All,
I have a piece of code that selects a range in my workbook and then email this out. For some reason, I can't seem to insert paragraph breaks. I have attached the code in question:
With OutMail
.to = sTo
.CC = ""
.BCC = ""
.Subject = "KPIs" &...