View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default MsgBox message on two lines?

Sub sandy()
MsgBox ("Hello" & Chr(10) & "world")
End Sub

--
Gary''s Student - gsnu200724