![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 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.
|
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Mar 2002
Location: New York
Posts: 71
|
Why not use each workbook's sheet like Sheets(1).Copy After:=Thisworkbook.Sheets(Thisworkbook.Sheets.Count)
for example. Quote:
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 24
|
How do I use the "Sheets(1).Copy After:=Thisworkbook.Sheets(Thisworkbook.Sheets.Count)" feature.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
There is not a faster method without using VBA. You have to move each one manually.
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Las Vegas Nevada USA
Posts: 240
|
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 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|