Thread: Read From Files
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Read From Files

Hi Jeff

See
http://www.rondebruin.nl/csv.htm

Or
http://www.rondebruin.nl/txtcsv.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jeff" wrote in message ...
Hi,

I have a macro that reads data from a csv file. The file has 100 rows and
100 columns. The problem is that I have lots of versions of this csv file
with different data.

So I have about 20 files, that need to be read that are 100x100. Is there
any way to save this data in a single file format that can be read by excel.
That would be neater then what I have now.