I'm working with a large workbook containing 24 sheets. I created a new worksheet with the following columns:
A B C D E F G H I J K L M N
Dir ID Spec 1.5m 0.3 .05m 5m 3m Tall BT
I need to extract data from the current worksheets("Sheet1" through "Sheet 24" and place it in the new worksheet. I want to get the data from "Sheet1" A3 through I3 to be placed in B2 through J2 of the new worksheet. Then I need to copy the data from A4 through I4 into the cells L2 through T2. Then I need to copy the data from cells A5 to I5 into the new worksheet in the cells V2 through AD2. This loop must run until A36 through I36. Therefore all rows of data from the existing worksheet must be placed in a single row of the new worksheet being appended after one another.(and skipping a column before appending each row) Then go to "Sheet2" and do the same thing in row 3 of the new worksheet. Data from "Sheet3" will be placed in row 4 of the new worksheet and so on.... I've been stressing over this for awhile. Any help would be sincerely appreciated.
Thanks,
Brent
A B C D E F G H I J K L M N
Dir ID Spec 1.5m 0.3 .05m 5m 3m Tall BT
I need to extract data from the current worksheets("Sheet1" through "Sheet 24" and place it in the new worksheet. I want to get the data from "Sheet1" A3 through I3 to be placed in B2 through J2 of the new worksheet. Then I need to copy the data from A4 through I4 into the cells L2 through T2. Then I need to copy the data from cells A5 to I5 into the new worksheet in the cells V2 through AD2. This loop must run until A36 through I36. Therefore all rows of data from the existing worksheet must be placed in a single row of the new worksheet being appended after one another.(and skipping a column before appending each row) Then go to "Sheet2" and do the same thing in row 3 of the new worksheet. Data from "Sheet3" will be placed in row 4 of the new worksheet and so on.... I've been stressing over this for awhile. Any help would be sincerely appreciated.
Thanks,
Brent