Thread
:
MsgBox message on two lines?
View Single Post
#
5
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
MsgBox message on two lines?
Sub sandy()
MsgBox ("Hello" & Chr(10) & "world")
End Sub
--
Gary''s Student - gsnu200724
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student