Thread: Read From Files
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Read From Files

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.