View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Copy/paste from file

Start here nc

This example is for xls files
http://www.rondebruin.nl/copy3.htm

FNames = Dir("*.csv")



--
Regards Ron de Bruin
http://www.rondebruin.nl


"nc" wrote in message ...
I have a few csv files in a folder. I would like to copy the data from all
the files in that folder and paste them on one sheet in a workbook using
macros.

Any help will be appreciated.