ok i have the following line of code
Do While intBase < 2 Or intBase > 9
MsgBox("Error, Try Again")
intBase = txtBase.Text
Loop
i can seem to get the program to pause and let the user enter another set of data. can anyone help me out with my problem?




Reply With Quote