Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to copy a number of files from one folder to another
The code that I am trying to use is: Dim WbSource As Workbook Set WbSource.Path = "C:\Mis documentos\10 October 2005" For Each Workbook In WbSource.Path Workbook.Copy "C:\Mis documentos\12 December 2005" Next Workbook However it tells me that I am making wrong use of Path Can someone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy 30 csv files from a folder to another folder | Excel Programming | |||
Copy files from spreadsheet into folder | Excel Discussion (Misc queries) | |||
Copy several range from all files in folder into several worksheets | Excel Programming | |||
Copy same data from all files in folder | Excel Programming | |||
Copy Files from a folder to new location | Excel Programming |