Hi All,
I have some VBA which sends a report via email using the below code but unlike a normal email you have this one does not wrap the text when the email window in outlook is reduced or increased in size.
Code:
With ActiveSheet.MailEnvelope
.Item.To = "xxx@xxx.com"
.Item.Cc =...