View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
eugene eugene is offline
external usenet poster
 
Posts: 61
Default convert string to integer

Thanks both of you
--
eugene


"merjet" wrote:

how does one convert a string into a number?


Use the Val or CInt function.

how would one change a number into a string?


Use the CStr function.

Hth,
Merjet