A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello,
Use Paste Special in Word and paste as formatted text. That will turn both Char(10) and Char(13) into paragraph marks.
If you paste as HTML, then both Char(10) and Char(13) will be returned as soft line breaks.
If you paste as unformatted text, both Char(10) and Char(11) bill be returned as paragraph marks, but the text will contain the quotes that you used in the formula to put together the string.
Pasting as formatted text will return all line breaks as paragraph breaks and strip quotes.