Hi!
Got a small question, I looked on the internet but couldn't trace much info regarding my problem here.
Is it possible to display a MsgBox with e.g. three lines of text?
So, not:
text1 text2 text 3
but:
text1
text2
text3
My current code is:
Where text1/2/3 are strings.
Could anyone help me out here?
Willem
Got a small question, I looked on the internet but couldn't trace much info regarding my problem here.
Is it possible to display a MsgBox with e.g. three lines of text?
So, not:
text1 text2 text 3
but:
text1
text2
text3
My current code is:
Code:
MsgBox text1 + text2 + text3
Where text1/2/3 are strings.
Could anyone help me out here?
Willem