View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Input box with a loop

Your welcome and thanks for the feed back.

"aimee209" wrote:

Thanks! I tried the first response with the goto retry and that seems to be
working!


"aimee209" wrote:

I have an input box that pops up and asks a question. If the user enters the
correct answer, a message box will show saying that's correct, and after
clicking ok move on to the next question.
Right now, when the user enters the wrong answer, a message box saying
that's incorrect shows, but then it moves on to the next question when ok is
clicked. Is there a way to do a loop so that when the incorrect answer is
selected, the original question reappears instead of going to the next
question?

Thanks!