如何调用MsgBox?
Private Sub Command1_Click()Dim a, b As Double
a = rand
b = rand
If a > b Then
MsgBox = "A胜"
ElseIf MsgBox = "B胜" Then
MsgBox = "平局"
End If
总是出现这个!
2007-11-13 23:16
2007-11-14 09:59
2007-11-14 14:08