Your users might find it less ambuguous if you create your own modal popup form with an option group from which to select, but here goes for your current arrangement.
Dim s As String
Do While s <> "A"
s = InputBox("whatever")
Loop
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.