View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default how to treat string value as a number

have you been given work assignments?

what Excel problem does this relate to?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

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

Thanks.