Thread: import csv file
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
m4nd4li4 m4nd4li4 is offline
external usenet poster
 
Posts: 13
Default import csv file

Hello,

I have csv text files which could contain between 1000 and 50000 data
points. I cannot import this file directly to excel because of 256
column limit. What I want is to transpose the data into a single
column. What is the best way to import this type of file?? (If its any
help, I could mail a typical example).

Regards,

Bharesh