View Single Post
  #1   Report Post  
daniel chen
 
Posts: n/a
Default Time-out for InputBox

Sub InputBoxTimeout()
' How do I add a time-out conponent to this? Someone please
Range("A1") = InputBox(prompt:=" Enter a number within 1 minute," & vbLf & "
otherwise, 4 will be assumed.")
End Sub