How to process multiple Excel Files

  • Thread starter Thread starter Nils Titley
  • Start date Start date
N

Nils Titley

I have created a Macro that processes an excel file. Now, I need to be able
to use the same macro to process 9 to 60 files and create a report that is
written to one excel file.

I am thinking that the files to be processed would be in a separate directory.

I would appreciate some help with this.

Thanks to those people that helped me with the Macro. I have expanded the
complexity of the macro.

Thanks
 
Yes, put all your files in a separate directory.

Look up "Dir" in the Help file then loop through all the files to process
each file.
 

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