发布网友 发布时间:2022-04-24 02:18
共2个回答
热心网友 时间:2023-09-21 08:13
Private Sub CommandButton1_Click()
Dim WSH As Object
Set WSH = CreateObject("WScript.shell")
WSH.Popup "A+B", 5, "警告", vbInformation
Set WSH = Nothing
End Sub追问试过了 还是不行
热心网友 时间:2023-09-21 08:13
你的ecxel是不是32位的