Working with other files

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

is thier a way using vba to get a list of all files in a
given directory, and coping one or more of those files in
that directory to another directory with out opening the
files?
 
You can use the Dir function to get a list of files and the FileCopy
function to copy them. VB help has more on these functions.

--
Jim Rech
Excel MVP
| is thier a way using vba to get a list of all files in a
| given directory, and coping one or more of those files in
| that directory to another directory with out opening the
| files?
|
|
|
 

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

Back
Top