Kindly looking for assistance. I need to loop thru multiple folders/subfolders in drive "C:\MyExcelFiles\ROM\Test\" ( ~400 files that were copied from SharePoint) to read data from a common worksheet name in each workbook. In each workbook that I find with "*ROM*.xlsm", I need to look in the "Details" tab and retrieve the value in D11 and D12 and transpose in the Summary/Master sheet Column A5 and Column B5, copy those values down 25 total rows, then copy C18:D42 (the 25 data rows) and paste values in Summary/Master Column C5:D29, then append the next 25 rows of data from the next workbook, etc....
So in the end I get:
TIA,
Don
So in the end I get:
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Find File: | *ROM*.xlsm | ||||
2 | From Tab: | Details | ||||
3 | Copy/Paste Values | |||||
4 | D11 | D12 | C18:C42 | D18:D42 | ||
5 | 12345 | Text Name | Text1 | 4 | ||
6 | 12345 | Text Name | Text2 | 36 | ||
7 | 12345 | Text Name | Text3 | 2 | ||
8 | 12345 | Text Name | Text4 | 12 | ||
9 | 12345 | Text Name | Text5 | 2 | ||
10 | 12345 | Text Name | Text6 | 14 | ||
11 | 12345 | Text Name | Text7 | 2 | ||
12 | 12345 | Text Name | Text8 | 1 | ||
13 | 12345 | Text Name | Text9 | 0 | ||
14 | 12345 | Text Name | Text10 | 70 | ||
15 | 12345 | Text Name | Text11 | 0 | ||
16 | 12345 | Text Name | Text12 | 0 | ||
17 | 12345 | Text Name | Text13 | 0 | ||
18 | 12345 | Text Name | Text14 | 0 | ||
19 | 12345 | Text Name | Text15 | 0 | ||
20 | 12345 | Text Name | Text16 | 0 | ||
21 | 12345 | Text Name | Text17 | 0 | ||
22 | 12345 | Text Name | Text18 | 0 | ||
23 | 12345 | Text Name | Text19 | 9 | ||
24 | 12345 | Text Name | Text20 | 22 | ||
25 | 12345 | Text Name | Text21 | 5 | ||
26 | 12345 | Text Name | Text22 | 24 | ||
27 | 12345 | Text Name | Text23 | 21 | ||
28 | 12345 | Text Name | Text24 | 5 | ||
29 | 12345 | Text Name | Text25 | 10 | ||
30 | 23456 | Text Name2 | Text1 | 20 | ||
31 | 23456 | Text Name2 | Text2 | 30 | ||
32 | etc… | |||||
Sheet1 |
TIA,
Don