View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Checking input for alphabet (i.e. words)

Not IsNumeric

will detect alpha input.

--

Vasant




"Neal" wrote in message
...
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