G
Gordon
Have 3 textboxes; properties: AutoTab True, MaxLength 2, IndexTab
1-2-3, TabStop True.
Event textbox1_Change()
If textbox1 > 25 Then
MsgBox "Too large of a number"
End If
Will show MessageBox, but will not take corrected number
What is the code or how to do it
Thank You
Gordon
1-2-3, TabStop True.
Event textbox1_Change()
If textbox1 > 25 Then
MsgBox "Too large of a number"
End If
Will show MessageBox, but will not take corrected number
What is the code or how to do it
Thank You
Gordon