Can someone get me pointed in the right direction on creating vba to loop through folders and subfolders to copy/paste data from a specific cell in multi-worksheet workbooks?
The cell is in the same place in all workbooks and is a named range/cell (jobnumber).
The workbooks have a standard ascending file name (C10, C11, C12 etc..) but each file is in a seperate folder, a few levels deep in the server directory.
Example directories
//server/jobs/c10/c10workbook
//server/jobs/c11/c11workbook
I hope that makes sense. Any help at all is much appreciated.
The cell is in the same place in all workbooks and is a named range/cell (jobnumber).
The workbooks have a standard ascending file name (C10, C11, C12 etc..) but each file is in a seperate folder, a few levels deep in the server directory.
Example directories
//server/jobs/c10/c10workbook
//server/jobs/c11/c11workbook
I hope that makes sense. Any help at all is much appreciated.