1) Loop through unknown amount of tabs. Take the last row containing data from each worksheet move to the top of each worksheet
2) Look through unknown amount of tabs. Take last row from each tab and input in same order on a summary tab.
Unknown number of tabs as I want to build this to support several different spreadsheets that are done regularly all having anywhere from 2 to 48 tabs with different names.
Basically I'm trying to make a summary sheet of what is in the workbook based.
Right now I have it set up using VBA to build a summary sheet that hyperlinks to each worksheet. But I'm wanting the TOTAL (field name) that could be anywhere in the many different tabs but most always is on the last row to be moved to the top row and to show on the summary page.
2) Look through unknown amount of tabs. Take last row from each tab and input in same order on a summary tab.
Unknown number of tabs as I want to build this to support several different spreadsheets that are done regularly all having anywhere from 2 to 48 tabs with different names.
Basically I'm trying to make a summary sheet of what is in the workbook based.
Right now I have it set up using VBA to build a summary sheet that hyperlinks to each worksheet. But I'm wanting the TOTAL (field name) that could be anywhere in the many different tabs but most always is on the last row to be moved to the top row and to show on the summary page.