Combining data from multiple workbooks into a specific workbook

VenomWRX

New Member
Joined
Nov 10, 2011
Messages
1
Greetings everyone. I had done a search with regards to combining data from various workbook into a specific workbook/excel file. Nonetheless, could not find the answer. Basically im a newbie and learning along the way in terms of VBA. Ok here we go and apologise as its quite lengthy. I have 3 excel files , namely SCORE 1, SCORE 2, and SCORE 3. (they might be more similar filenames in future). In every workbook, there are 2 sheets, namely sheet 1 and SCORE. I only want to copy the data from the sheet name SCORE. The destination file would be another separate Excel File named SCORESUMMARY. In the scoresummary, there are same no. Of sheets too, namely sheet1 and SCORE and I only want the data copied from the various excel sheets to be pasted onto the sheet named SCORE. In terms of heading, its the same for all the 3 excel files, I have 2 headers, in cell B1 (named Number) and in cell C1 (named SCORE). The data is in B1 downwards and C1 downwards. In my consolidated/destination excel file, named SCORESUMMARY, the headers are the same too. Seek your help in having a macro where upon running of SCORESUMMARY, it will extract all the data from the 3 other excel files/workbook and display it in the sheet named SCORE. I have attached a sample format. Thank you.
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,203,101
Messages
6,053,530
Members
444,670
Latest member
laurenmjones1111

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