scenario: I have a list of clients in column A with the corresponding debt amount in column B. I made a code to filter the clients with a particular surname which I coded successfully. What I want to do now is to total the debt amount of the clients filtered. I want the word "TOTAL"in column A 3 cells down after the last client in the filtered list and the total debt amount in column B in the same row as the word "TOTAL". The assumption is you don't exactly know how long the list is so it is useless to make a code to put the "total" in a specific cell. My question: how do I select the blank cell 3 steps below the last filtered client? (say the last client filtered is on cell 50 in a total of 800 clients. Thus, when you perform the filter it will hide cells 51 up to 800). I want to select cell 803 to put the word "TOTAL". I tried the activecell offset etc... it still selects cell 53 and not 803. It would have been easy if I am allowed to delete the clients I do not want to filter... but I cant.
Cheers
Bookmarks