First i have this code written
StrAge = InputBox("How old are you?", "Age ask")
If (StrAge = "") Then
End
End If
IntAge = Val(StrAge)
Do While ((IntAge < 10) Or (IntAge > 99))
IntPress = MsgBox("your age must be between 10 and 99", vbExclamation...
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.