View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AP[_4_] AP[_4_] is offline
external usenet poster
 
Posts: 3
Default Determine if a character is numeric or non-numeric

Is there a more efficient way to determine if a single character is a
number versus a non-number?

I use the ASC() function to check for the ASCII values between 48-57?

Thanks in advance