If u have a txtbox where a user inputs a name u can use

If txt1.text isnumeric then
msgbox "that is not a valid name"
end if

But what is the command for text like alphanumeric is text and numbers but what is the one for just text

it doesnt like the command Isalphanumeric

thanks Trav