Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From what you say, you have 8 workbooks. One workbook, call it Total.xls,
is blank. The headers of the other 7 workbooks are the same. You want these headers placed in the Total workbook, row 1, then you want all the data, from row 2 down, from each of the 7 workbooks, placed into the Total workbook, one after the other, going down the sheet. Is this right? HTH Otto "Snailspace" wrote in message ... I have to combine 7 worksheets from 7 files on my desktop into 1 workbook - then create 1 worksheet of all the data in this same workbook except the column header row 1. I tried doing a recording to make my own macro but I get an error when trying to copy the sheet to the workbook and sheet. what do I use to copy the data to a new workbook/worksheet ?? Copy Befo=Workbooks("Book2").Sheets(1) This doesn't work....so I want to try and figure this out. Thanks!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help needed: Getting all sheet setup data from one workbook toanother workbook | Excel Programming | |||
Merge worksheets from separate files into one workbook. | Excel Discussion (Misc queries) | |||
Select sheet tabs in workbook & save to separate workbook files | Excel Worksheet Functions | |||
Merge a workbook as another worksheet in a new workbook | Excel Programming |