I am trying to validate a text box I only want numbers and the letters a – f. I can’t have any other characters. I tried a sub with some if then statements, also I tried the key press event, but the invalid character still gets passed to the variable. How do I validate this text box?
Thanks
Bryan


Reply With Quote