Hi, some of the code i am trying to write contains some fairly long lines (most of it text strings), how can i split this over a few lines so i don't have to scroll right across the page to read it all.
thanks in advance
MICK
Printable View
Hi, some of the code i am trying to write contains some fairly long lines (most of it text strings), how can i split this over a few lines so i don't have to scroll right across the page to read it all.
thanks in advance
MICK
Use space & _ like this:
Code:MyString = "Some Text" & _
"and some more text"