View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zurn[_25_] Zurn[_25_] is offline
external usenet poster
 
Posts: 1
Default InputBox - cancel button


response = MsgBox ("Question", vbOKCancel)

If response = vbCancel then
End Sub
End If


--
Zurn
------------------------------------------------------------------------
Zurn's Profile: http://www.excelforum.com/member.php...o&userid=14645
View this thread: http://www.excelforum.com/showthread...hreadid=268119