View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neal[_5_] Neal[_5_] is offline
external usenet poster
 
Posts: 9
Default Checking input for alphabet (i.e. words)

Dear Most Valued Experts,

I know that to check for numeric input you us the
IsNumeric function. I want to check if the user has typed
in a word or alpha characters. Is there something similar
to the IsNumeric to check for alpha characters? Thanks in
advance.

Neal