I'm writing a long formula which needs to be on a single line.
What is the character in the formula editor which will allow me to continue the code on the next line?
If you're using Crystal syntax for your formula, there isn't one. Just hit the [ENTER] key wherever you want to start a new line. As long as your syntax is valid, it doesn't seem to care that you're on a new line.
For Basic syntax, use the underscore ( _ ) to continue onto the next line:
Code:
formula = "Here is some text from line one " & _
"that is continued on line two."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.