how could i make pure text only when i type on a textbox? numbers must not be accept... but when i type something like this asdf123 its accept... how could i make it pure text only?

Code:
if isnumeric(text1.text) = true then
msgbox "No Numbers Allowed"
end if