Foolzrailer
New Member
- Joined
- Jun 12, 2017
- Messages
- 15
Hello
I'm trying to copy data from all the workbooks in a folder into a summary workbook.
Basically it needs to look through all the workbooks in the file and from each workbook get the following data:
The data input should start from Row 5, and then move downward.
[TABLE="class: grid, width: 1687, align: left"]
<colgroup><col width="108"><col width="77"><col width="283"><col width="354"><col width="119"><col width="70"><col width="88" span="2"><col width="129"><col width="91"><col width="88"><col width="96" span="2"></colgroup><tbody>[TR]
[TD="width: 108"]A5 = WB1.Sheet1.$C$14
[/TD]
[TD="width: 77"]B5 = WB1.Sheet1.$C$15
[/TD]
[TD="width: 283"]C5 = WB1.Sheet1.$C$13
[/TD]
[TD="width: 91"]J5 = WB1.Sheet1.$I$11
[/TD]
[TD="width: 88"]K5 = WB1.Sheet1.$I$10
[/TD]
[TD="width: 96"]L5 = WB1.Sheet1.$C$40
[/TD]
[TD="width: 96"]M5 = WB1.Sheet1.$E$40
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 1687, align: left"]
<colgroup><col width="108"><col width="77"><col width="283"><col width="354"><col width="119"><col width="70"><col width="88" span="2"><col width="129"><col width="91"><col width="88"><col width="96" span="2"></colgroup><tbody>[TR]
[TD="width: 108"]A5 = WB2.Sheet1.$C$14
[/TD]
[TD="width: 77"]B5 = WB2.Sheet1.$C$15
[/TD]
[TD="width: 283"]C5 = WB2.Sheet1.$C$13
[/TD]
[TD="width: 91"]J5 = WB2.Sheet1.$I$11
[/TD]
[TD="width: 88"]K5 = WB2.Sheet1.$I$10
[/TD]
[TD="width: 96"]L5 = WB2.Sheet1.$C$40
[/TD]
[TD="width: 96"]M5 = WB2.Sheet1.$E$40
[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be much appreciated.
So far I've only figured out how to do it from one activeworkbook, to the same active workbook, which doesn't really cut it.
I'm trying to copy data from all the workbooks in a folder into a summary workbook.
Basically it needs to look through all the workbooks in the file and from each workbook get the following data:
The data input should start from Row 5, and then move downward.
[TABLE="class: grid, width: 1687, align: left"]
<colgroup><col width="108"><col width="77"><col width="283"><col width="354"><col width="119"><col width="70"><col width="88" span="2"><col width="129"><col width="91"><col width="88"><col width="96" span="2"></colgroup><tbody>[TR]
[TD="width: 108"]A5 = WB1.Sheet1.$C$14
[/TD]
[TD="width: 77"]B5 = WB1.Sheet1.$C$15
[/TD]
[TD="width: 283"]C5 = WB1.Sheet1.$C$13
[/TD]
[TD="width: 91"]J5 = WB1.Sheet1.$I$11
[/TD]
[TD="width: 88"]K5 = WB1.Sheet1.$I$10
[/TD]
[TD="width: 96"]L5 = WB1.Sheet1.$C$40
[/TD]
[TD="width: 96"]M5 = WB1.Sheet1.$E$40
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 1687, align: left"]
<colgroup><col width="108"><col width="77"><col width="283"><col width="354"><col width="119"><col width="70"><col width="88" span="2"><col width="129"><col width="91"><col width="88"><col width="96" span="2"></colgroup><tbody>[TR]
[TD="width: 108"]A5 = WB2.Sheet1.$C$14
[/TD]
[TD="width: 77"]B5 = WB2.Sheet1.$C$15
[/TD]
[TD="width: 283"]C5 = WB2.Sheet1.$C$13
[/TD]
[TD="width: 91"]J5 = WB2.Sheet1.$I$11
[/TD]
[TD="width: 88"]K5 = WB2.Sheet1.$I$10
[/TD]
[TD="width: 96"]L5 = WB2.Sheet1.$C$40
[/TD]
[TD="width: 96"]M5 = WB2.Sheet1.$E$40
[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be much appreciated.
So far I've only figured out how to do it from one activeworkbook, to the same active workbook, which doesn't really cut it.