I have a problem in some validation, that is I need to validate a string of 3 characters with no numeric values and I actually used the IsNumeric Function, however, it is true only when I enter only numbers and if I enter "12f", it returns false. How can I make it return True?
any other function...