I have been looking for syntax help with this:
I would like the the part in red to cause the focus to change when text box 1 value = any of the numbers from 1 to 99.Code:If Val(TextBox1.Text) = (1,99) Then
TextBox2.Focus()
End If
Thoughts.....:ehh:
