Yo
Can you copy formatted text from a textbox on a worksheet to an Outlook object?
I can copy the text but it removes carriage returns.
The code I'm using is :-
strEmailBody = ActiveSheet.Shapes("EmailBody").DrawingObject.Text
The same happens with
strEmailBody =...