I have a workbook with several worksheets. On each worksheet, the last row has the sum total for the data. I would like to copy each 'sum row' to a worksheet called 'Totals'. This worksheet is already created.
I would like to first sheets totals to be in row1, the second sheet in row2, and so on...
If i do a copy-paste in Excel, the copying between sheets isn't a problem.
however, trying to accomplish this in a macro is where i am having troubles. The row i am copying from will have no relation to the row i am copying to.
How do i go about doing this?
I would like to first sheets totals to be in row1, the second sheet in row2, and so on...
If i do a copy-paste in Excel, the copying between sheets isn't a problem.
however, trying to accomplish this in a macro is where i am having troubles. The row i am copying from will have no relation to the row i am copying to.
How do i go about doing this?