View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default forcing entry in input box

The first RETRY: should be placed on a line just before the input box so
that when it loops, the InputBox will pop up. Sorry I did not make that
clear before.

"Papa Jonah" wrote:

I have an input box that receives input and enters it into a cell.
How can I set this up so that simply hitting the OK button without entering
text is not allowed?

TIA