I have no idea where to start - i have searched the board and thought i may have found a pseudo solution but to no avail.
This info may or may not be pertinent but I have 15 sheets - "Sheet1" I have set the Last Row as:
Sub filtertests()
Dim LastRow As Long
'Find the last row
LastRow = Range("A5").CurrentRegion.Rows.Count
I have 9 of the other sheets (named "sheet2" through "sheet10") that have variations of 100 to 5000 rows, in which i need to sum column Y, Z, AA, AB and AC individually on each tab - two rows below the last data row.
Each data sheet is formatted the same, Header row in Row 5, actual data starts at A:
Tabs 10 through 15 do not have to be summed.
This info may or may not be pertinent but I have 15 sheets - "Sheet1" I have set the Last Row as:
Sub filtertests()
Dim LastRow As Long
'Find the last row
LastRow = Range("A5").CurrentRegion.Rows.Count
I have 9 of the other sheets (named "sheet2" through "sheet10") that have variations of 100 to 5000 rows, in which i need to sum column Y, Z, AA, AB and AC individually on each tab - two rows below the last data row.
Each data sheet is formatted the same, Header row in Row 5, actual data starts at A:
Tabs 10 through 15 do not have to be summed.