I've got a workbook that I use for archiving data generated in another series of worksheets. I'd like to have a simple "Copy to archive" button that copies all of the non-empty cells in that worksheet (always a set number of columns, but varying number of rows) to the first empty row in the archive workbook. Is this possible, or would I have to settle for some ability to insert at a given point in the archive workbook, pushing the previously-entered rows down?
I've attached two worksheets as examples of what I'm wanting....the Origin and Archive worksheets. I'd like a button on Origin that copies all of the non-empty cells in A3:F200 to the first empty row in Archive; in this case, that would be copying A2:F5 in Origin to A6:F9 in Archive (Hope that makes sense.)
Archive.xlsm
Origin.xlsm
Bonus style points if the macro is commented such that a macro newbie like myself can understand it.![]()
Bookmarks