In cell A1 I have the value:

test

in cell C1 I have the formula:

=A1 & CHAR(10) & "attempt"

when I copy the value of C1 to Notepad++.exe it adds double quotes around the value.ie:

"test
attempt"

What will allow me to copy the formula (with my line break) so that no double quotes are added?

expected result:

 test
 attempt
link|improve this question

67% accept rate
Related: superuser.com/questions/324271/… – Kaze Sep 29 '11 at 13:42
feedback

migrated from stackoverflow.com Sep 27 '11 at 20:21

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

I guess this is default Excel behaviour.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.