Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am looking for a way to force an enter ( empty row) in text i want to put in the text box, QV is ignoring the enters i made in the textbox and I want it included.
Example:
Results for report X:
XXXXX
Now the rusult is
Results for report X: XXXXX
Thanks!
Linda
Found the answer:
='Interview with '
&'
&
Stakeholders
Or you could use the chr-function with ascii coding as follows:
='Interview with'&chr(13)&Stakeholders
BR
Jakob Berglund