VBA Copying values from multiple files, pasting into one master workbook

Tom07789

New Member
Joined
May 11, 2017
Messages
2
I wish to copy data from a from a multiple of workbooks located within a specified folder.

Each file has data in cells C1, C2, C3, G1, G2, G3

This data needs to be copied into cells A2:F2

I then need to copy data from row A7:J7, to the last row of data located in column A

The data in A2:F2 will then need to be copied down to the last row of data currently available.

This will need to be looped opening the next work book within the specified folder, copying the data onto the next available row.

All pastes will need to be values only.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I wish to copy data from a from a multiple of workbooks located within a specified folder.

Each file has data in cells C1, C2, C3, G1, G2, G3

This data needs to be copied into cells A2:F2

I then need to copy data from row A7:J7, to the last row of data located in column A

The data in A2:F2 will then need to be copied down to the last row of data currently available.

This will need to be looped opening the next work book within the specified folder, copying the data onto the next available row.

All pastes will need to be values only.

Tom could you give more information, on the following
1) the copied data needs to be copied into cells A2:F2, in the same workbook from which it had been copied or to a new master workbook?
2) from where you need the data be copied A7:J7 and which file it needs to be pasted?

Please be more clear to exactly what are your requirements, and if possible provide a sample file.
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,248
Members
452,623
Latest member
cliftonhandyman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top