Ok let me test this idea. You have a folder with a number of files where some of these files have a sheet named "Job Request Form" wher you wish to copy from 3 cells to your master file to the first empty row in column B, C and D.
A macro could be written that loops through all xls files in this specific folder, opens the file and tries to activate sheet "Job Request Form". If this sheet not excists the file is closed and next file is opened and checked. If sheet "Job Request Form" excists. If so value in cell B3 is copied to master column B and first empty row, then cell B11 is copied to column C first empty row and finally cell I12
is copied to first empty row in column D. Then the xls file is closed, next file is opened .............
If on the other hand you need to pick a single xls file and copy 3 values from this specific file to the master you could then try a macro like this.
This will open the file you pick, read a value from the active sheet on that file and copy it to the master file (ThisWorkbook) and repeat this two times more and then close the xls file you selected. If the value you wish to copy is on a specific sheet you can activate this after you have opened the varFile i.e.
Alf
Bookmarks