弹出普通确认框
msgbox "你已经成功的处理所有的请求"
弹出确认取消框
Dim con con =MsgBox ("Is Excel Installed on your machine ?",vbYesNo + vbInformation,"Confirmation")
if con = vbyes then msgbox "你选择了是" end if
弹出输入对话框
RQ=inputbox("Please type your first name")