hockeyman9474
IS-IT--Management
I would like to write a Do Until loop that asks an input box to ask a question until only a 1 or a 2 are entered? I think mycoding is wrong. Here is what I have
do until number="1" or "2"
NUMBER=inputbox("Please press 1 or 2")
LOOP
do until number="1" or "2"
NUMBER=inputbox("Please press 1 or 2")
LOOP