I want to write a macro that will allow me to add rows to a table in Excel. I would like to do this across several tabs. I would like the macro to find the last row in my table with data in it, and then add a row below the last row. After adding the row, I would like it to copy the formulas from the row above it into the new row. I’m not sure how to do this because the last row with data in it will not be on the same place on each sheet.
After I add the row, I would like to make the ranges in a summary formula I have written update to include the new rows that I added. I'm not sure if this is possible, but any help would be greatly appreciated!!
After I add the row, I would like to make the ranges in a summary formula I have written update to include the new rows that I added. I'm not sure if this is possible, but any help would be greatly appreciated!!