Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy, paste without file name referenced after paste | Excel Discussion (Misc queries) | |||
Protecting a file from Copy/Paste | Excel Discussion (Misc queries) | |||
How can I allow only copy of a file not cut and paste? | Excel Discussion (Misc queries) | |||
copy/paste from one file to another without file name reference | Excel Discussion (Misc queries) | |||
Copy/Paste to file of same name | Excel Programming |