¤
¤s¤t
messagebox.show(" ????")
how to write.
thx
how to write.
thx
KJM said:MsgBox("Hello" & vbCrLf & vbCrLf & _
"How are you?." & vbCrLf & vbCrLf & _
"The Packers are going to the Super Bowl." & vbCrLf & vbCrLf & _
"Do you wish to continue?", MsgBoxStyle.YesNo)
If Ans = vbNo Then
Exit Sub
Else
'do this action
End If
or maybe
MsgBox("the Packers will win the super bowl.", MsgBoxStyle.Information)
MsgBox("This is a test",
* "¤s¤t said:messagebox.show(" ????")