Validating text box entries in VBA
Posted by Alan H on April 10, 2001 1:23 PM
I have user form with a text box for entering letters only (either lower or upper case)into cells. How can I validate the text box entries so that the user can only enter letters and not numbers or other characters? I know how to do it in VBA for validating text box entries so that only numbers between a certain range but not for letters. Any help would be appreciated.