vandaliarental
Technical User
I know this is a simple question, but I just can't figure out the best way to do it.
I have an InputBox prompting the user to enter a choice:
str = InputBox("Choose (A) or (B)"),"Choice","A")
I want to verify they enter either A or B, and if they enter anything else, I'd like to loop back to the question & not let them by until they pick one of the choices listed.
Any ideas?
Thanks,
Connie
Vandalia Rental
I have an InputBox prompting the user to enter a choice:
str = InputBox("Choose (A) or (B)"),"Choice","A")
I want to verify they enter either A or B, and if they enter anything else, I'd like to loop back to the question & not let them by until they pick one of the choices listed.
Any ideas?
Thanks,
Connie
Vandalia Rental