View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
kang kang is offline
external usenet poster
 
Posts: 38
Default how to treat string value as a number

how to handle string as a number
equivalent to Integer.parseInt or Float.parseFloat as in Java.

Thanks.