Inserting 13 worksheets into one Excel file

ar

New Member
Joined
Mar 27, 2002
Messages
24
I have 13 separate Excel files that all need to go into one Excel file with each of the 13 Excel file having its own worksheet, that is, the new Excel file with have 13 worksheets. The method I use is to insert a new worksheet then copy one of the 13 Excel files and paste it to the worksheet. I then repeat this process until I’m finish. I was wondering if there is a faster method. Thanks.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Why not use each workbook's sheet like Sheets(1).Copy After:=Thisworkbook.Sheets(Thisworkbook.Sheets.Count)
for example.

On 2002-03-28 08:29, ar wrote:
I have 13 separate Excel files that all need to go into one Excel file with each of the 13 Excel file having its own worksheet, that is, the new Excel file with have 13 worksheets. The method I use is to insert a new worksheet then copy one of the 13 Excel files and paste it to the worksheet. I then repeat this process until I’m finish. I was wondering if there is a faster method. Thanks.
 
Upvote 0
How do I use the "Sheets(1).Copy After:=Thisworkbook.Sheets(Thisworkbook.Sheets.Count)" feature.
 
Upvote 0
Hi ar
I do this all the time but manually. There is a better way than what you described. If you need some help just repost.
George
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,952
Members
448,535
Latest member
alrossman

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