How To in Msgbox

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
 
F

fredg

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."
 
Top