View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Change row in a Visual Basic messagebox

Stefan,
MsgBox "A long sentence " & vbNewLine & "but in two pieces"

NickHK

"svai" wrote in message
...
Hi,

How do you change row in a msgbox in Visual Basic?

For instance if you would like to cut a sentence into two rows, so instead
of the msgbox showing:

"A long sentence in just one piece"

It shows

"A long sentence
but in two pieces"

Might be a bit silly question but in the hunt for pedagogy and

efficiency...

Thanks
/Stefan