Hello Board members,
I am trying to get text in a single cell to be broken into several paragraphs when pasted into a word processor, using CHAR(10) and CHAR(13).
Right now I am tinkering with the following kind of formula:
="blah blah "&CHAR(13)&CHAR(10)&"more blah blah "&CHAR(13)&CHAR(10)&"even more blah blah "
And when I paste the result into notepad, rather than getting
blah blah
more blah blah
even more blah blah
I get
"blah blah
more blah blah
even more blah blah "
i.e. the first and last double quote are preserved, for some reason.
Can anyone suggest a workaround (possibly within the formula, and not involving VBA) that would eliminate those quotes in the pasted text?
Thanks!
I am trying to get text in a single cell to be broken into several paragraphs when pasted into a word processor, using CHAR(10) and CHAR(13).
Right now I am tinkering with the following kind of formula:
="blah blah "&CHAR(13)&CHAR(10)&"more blah blah "&CHAR(13)&CHAR(10)&"even more blah blah "
And when I paste the result into notepad, rather than getting
blah blah
more blah blah
even more blah blah
I get
"blah blah
more blah blah
even more blah blah "
i.e. the first and last double quote are preserved, for some reason.
Can anyone suggest a workaround (possibly within the formula, and not involving VBA) that would eliminate those quotes in the pasted text?
Thanks!