I have a large number of Excel files that I need to open, wait for their opening sub to run, and then close.
Then on to the next one in the list.
etc.
Currently, I'm doing this with a .bat file that simply lists the file names.
It's pretty easy to manage.
But, the disadvantage is that I have to...