Hello,
I have several workbooks with multiple worksheets and each worksheet has the collumns A to O filled with data. All worksheets are named as month/year and all columns of all worksheets has the same column format. The input of informations start in row 7 but the total amount of rows may be different.
I need to extract just some columns of the last worksheet of each workbook and paste it into another worksheet, different of the worksheets that contains the information. The informations of all worksheets of each workbook must be pasted into the same worksheet, starting at row 2. As explained below:
- workbook 1 worksheet 1 has 25 rows;
- workbook 2 worksheet 1 has 10 rows;
- workbook 3 worksheet 1 has 15 rows;
The workbook 1 worksheet 1 information will be pasted at row2; the workbook 2 worksheet 1 information will be pasted at row 27 (first empty row after information of workbook 1 was pasted). The information of workbook3 will be pasted at row37 (first empty row after information of workbook 1 and workbook2 were pasted).
Some columns of original worksheets has formulas but i need to paste just the values not the formulas.
Does any one knows how to do it?
Thank you very much
Bookmarks