View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default convert string to integer

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