View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tommy[_8_] Tommy[_8_] is offline
external usenet poster
 
Posts: 7
Default convert to number format

i'm writing code in C# that uses a string array to insert a row of
fields into an excel sheet, at the end of the excel sheet i have a cell
that is suppose to calculate the total of a column, it won't add the
total because my numbers are being inserted as text, any easy fixes??