wageslave101
Board Regular
- Joined
- Jul 18, 2007
- Messages
- 154
I've a Userform with a Textbox in it for users to enter a reference the number. The reference number must always be 10 digits in length, so my question is how can I make sure that it checks that the number of digits entered are correct?
I'm guessing that the validation will go inside
But beyond that I'm stumped.
Sincerely,
WageSlave101
I'm guessing that the validation will go inside
Code:
Private Sub TextBox1_Change()
End Sub
But beyond that I'm stumped.
Sincerely,
WageSlave101