Hi MrExcel community!
I am trying to convert the following into a VBA code Macro for Excel:
For all worksheets in this workbook besides sheet1 (titled "Summary"),
From row 14 onward, if there are values, copy all rows from Column B to Column G and paste into "Summary" sheet.
For each row copied to "Summary" sheet, copy value in cell C4 from the source worksheet into column A of "Summary" sheet.
For each row copied to "Summary" sheet, copy value in cell E4 from the source worksheet into column H of "Summary" sheet.
I am trying to convert the following into a VBA code Macro for Excel:
For all worksheets in this workbook besides sheet1 (titled "Summary"),
From row 14 onward, if there are values, copy all rows from Column B to Column G and paste into "Summary" sheet.
For each row copied to "Summary" sheet, copy value in cell C4 from the source worksheet into column A of "Summary" sheet.
For each row copied to "Summary" sheet, copy value in cell E4 from the source worksheet into column H of "Summary" sheet.