I'm looking for vba help. I have a source workbook that is stored and saved and I also have an actively open workbook. (my destination workbook)
Heres what I want to code:
1. Find specific text in a column C ="Grand Total" and then when it's found, copy the rows above the row that grand total is in. The data to copy should be only from columns B-L , from the last row up to & including row 9 (because rows 1-8 have header data) .
2. Then paste special values and number formats into the destination workbook starting in cell A4
In other words- in the source workbook, the row above the row with "Grand Total" found in column C will be the last row to copy
The data to copy is Copy the data in columns B-L starting on row 9 of the source workbook and continue copying all the rows , but stopping when it finds "Grand Total" in column C.
Heres what I want to code:
1. Find specific text in a column C ="Grand Total" and then when it's found, copy the rows above the row that grand total is in. The data to copy should be only from columns B-L , from the last row up to & including row 9 (because rows 1-8 have header data) .
2. Then paste special values and number formats into the destination workbook starting in cell A4
In other words- in the source workbook, the row above the row with "Grand Total" found in column C will be the last row to copy
The data to copy is Copy the data in columns B-L starting on row 9 of the source workbook and continue copying all the rows , but stopping when it finds "Grand Total" in column C.