(VBA) MsgBox OK and CANCEL

 

1 If MsgBox("Test OK/Cancel Click", vbOKCancel, "TITLE"= vbOK Then
2     MsgBox "OK CLICKED", vbInformation
3 Else
4     MsgBox "CANCEL CLICKED", vbInformation
5 End If

 

posted @ 2009-07-24 12:13  Franky Chan  阅读(475)  评论(0编辑  收藏  举报