Creating and Naming a Folder and populating it with files

  • Thread starter Thread starter Myles
  • Start date Start date
M

Myles

How can I, using VBA in Excel, create a New Folder, rename same, and
transfer/copy some .xls files from another Folder to the newly created
folder?

TIA

Myles
 
How can I, using VBA in Excel, create a New Folder, rename same, and
transfer/copy some .xls files from another Folder to the newly created
folder?
Search XL VBA help for the following (in each case, exclude the quotes):
"make directory"
"rename directory"
"copy file"
In each case, when looking at the result of the search, you are interested
in a *statement* and not a method or a property.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
Back
Top