这个不是msgbox,而是inputbox,例如按钮事件中写如下代码:a = Val(InputBox("输入数字")) If a = 1 Then Print "你好" Else Print "大家好" End If