Creating and Naming a Folder and populating it with files

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
 
T

Tushar Mehta

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top