Sorry, 3rd question this hour, but I need the answer 
I have a few MsgBoxes, and I want the text to be on multiple lines. How can I do that? I know it can be done, but I don't know how.
This is the code I have on one of the textboxes:
Please help me out
I have a few MsgBoxes, and I want the text to be on multiple lines. How can I do that? I know it can be done, but I don't know how.
This is the code I have on one of the textboxes:
PHP:
Msg1 = "There are " & spce & " spaces available." & _
" There are " & enc & " Encounters and " & swim & " Swims. " & _
"Please try another day or time."
Please help me out