View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
mpeplow[_4_] mpeplow[_4_] is offline
external usenet poster
 
Posts: 1
Default Input Box and Message box Help


intReturn = MsgBox(Name & "Are you ready to calculate the data?",
vbYesNo)
Select Case intReturn
Case vbYes
'What to do if yes
Case vbNo
'What to do if no
End Select


--
mpeplow
------------------------------------------------------------------------
mpeplow's Profile: http://www.excelforum.com/member.php...o&userid=34812
View this thread: http://www.excelforum.com/showthread...hreadid=551941