View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Is there a function to convert a string representing an integer i.

cInt, CLng or cDbl

--

HTH

RP

"perin" wrote in message
...

Is there a function available in VBA (for Excel) to convert string into
integer? like the atoi function in C.