Thread
:
msgbox
View Single Post
#
2
Posted to microsoft.public.excel.misc
Mike
external usenet poster
Posts: 3,101
msgbox
Sub msgboxtwolines()
MsgBox "First line" _
& vbCrLf & "Second line"
End Sub
"peyman" wrote:
hi,
how can I have two lines in MsgBox results in
VB
?
thanks in advance
Reply With Quote
Mike
View Public Profile
Find all posts by Mike