skippypaul
Programmer
I am a VB beginner and trying to get a client name entering text box to only accept alphabetic inputs. The box accepts UpperCase (Capital) inputs (using "KeyASCII >=A or KeyASCII <=Z), but I cannot work out how to get it to accept lower case. The same code with lower case letters does not work.