ExcelStarter8888
New Member
- Joined
- Nov 28, 2017
- Messages
- 3
Hi Everyone,
Really really need help here especially as i am a VBA beginner. I'm trying to run a macro to consolidate 2 different columns with different length from all the worksheets in the workbook (there can be 10 or 5 or 2 worksheets, it's not fixed) into a summary worksheet.
Ie. Column A in all the worksheets is "ID" and Column B is "Date" and have different lengths. Thus the summary worksheet will have the consolidated "ID" and "Date" in Column A and Column B respectively.
Once the above is done,
For Column A, I am trying to combine every 2 rows, (A2 with A3, A4 with A5, A6 with A7......) to another Column, (ie. Column C)
For Column B, I am trying to pull all the dates to another column (ie. Column D) as this column can contain other information
My apology for any confusion and any help is greatly appreciated.
Really really need help here especially as i am a VBA beginner. I'm trying to run a macro to consolidate 2 different columns with different length from all the worksheets in the workbook (there can be 10 or 5 or 2 worksheets, it's not fixed) into a summary worksheet.
Ie. Column A in all the worksheets is "ID" and Column B is "Date" and have different lengths. Thus the summary worksheet will have the consolidated "ID" and "Date" in Column A and Column B respectively.
Once the above is done,
For Column A, I am trying to combine every 2 rows, (A2 with A3, A4 with A5, A6 with A7......) to another Column, (ie. Column C)
For Column B, I am trying to pull all the dates to another column (ie. Column D) as this column can contain other information
My apology for any confusion and any help is greatly appreciated.