1. I have a group of excel files in a directory. They all contain a workbook named "projects". I don't know how many files will be in the directory.
I'd like to write a VBA script to detect each file, then reference a specific cell from the workbook "projects" in each file. How can this be done.
2. If so, I'd like to recurse subdirectories of the file, and reference the same cell.
Thanks.
I'd like to write a VBA script to detect each file, then reference a specific cell from the workbook "projects" in each file. How can this be done.
2. If so, I'd like to recurse subdirectories of the file, and reference the same cell.
Thanks.