How To in Msgbox

  • Thread starter Thread starter Alain
  • Start date Start date
A

Alain

Hi to All,
I would like to know how I can a message in multiple
lines ( 2 or 3 ) in a msgbox. Is it possible or not ??

Thanks in advance
 
Hi to All,
I would like to know how I can a message in multiple
lines ( 2 or 3 ) in a msgbox. Is it possible or not ??

Thanks in advance

msgBox "This is line 1." & chr(13) & chr(10) & "This is line 2."
 

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