new line in msgbox text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what character(s) do you use to put a new line in msgbox text

msgbox "This is on one line ??? This is on the next"

I expect its easy but have tried lots of things!

Thanks
 
Hi Patrick,

Try:

MsgBox "This is on one line " & vbNewLine & "This is on the next"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top