If need be, I can create a separate file for those employees who have multiple sheets in their submitted file because they would not be connected in any way. That would be no problem to do compared to the work saved by your code.
Each file I receive now has one or more tabs and each tab is labeled with the employee's last name and then a number, i.e. Smith 1, Smith 2 (if more than one tab), etc. There are text string and numeric data in each employee's file and they are always in the same cells in each employee's worksheets (company standard file). The data is in a relatively small cell range (A2:O64), but is scattered in that range.
Ideally, the summary sheet would include one column per employee worksheet, so if Smith has two worksheets (which I can split into two files), then he would have two columns in the summary sheet, Smith 1 and Smith 2. If I have 24 employees, I would have 24 employee names in C1:Z1 (A & B reserved for descriptors) and would also like to be able to pull the employee name from the file name and put it in C1:Z1, if possible. After that, all employees have the same type of text string (thought not identical) in cell B4 in their individual files and I would like to take that informatoin and display it in cells C2:Z2, corresponding to the proper name in the row above. The next text string in the employee files is in B8 and I would want to display them in C3:Z3 and so on.
Before, I was doing a lot of cutting and pasting and it would take a long time. If your code can help accomplish even a portion of what I'm looking for, it would be an immense help. Thank you!
P.S. - Sorry for the long post.