I have trhe following code to create an email, add a subject, body and attachment but the line to add the body text is causing an errorSet objMail = objOutlook.CreateItem(0)
With objMail
.To = strEmail
.Subject = Range("Admin_EmailSubject") & " - " & strMonth
.Body =...