View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GregM GregM is offline
external usenet poster
 
Posts: 2
Default how to import .csv to excel

I.m trying to import from a .csv file with 8 columns of data into an excel
spreadsheet. The positions in the .csv string have to be shuffled around a
little. For example, string position 1 needs to import to column 5 in excel.
I would be grateful for some help with the code.

Many thanks