Hi all,
I am using HTMLBody to poulate an email from source data within a worksheet.
Everything works okay with the exception of & "<i>" & stringbody & "</i><br><br>" _.
Stringbody refers to a group of merged cells that use Alt+Enter to add new line. Despite numerous new lines being created, when the text is added to the email it is displayed as one single line of text.
Is there a way of HTMLBody adding the required new lines to the text so it appears as it does in the merged cells??
Merged Cells text:
Test
Test
Test
Email output text:
Test Test Test
HTMLBody code:
Bookmarks