I have some VBA that copies used cells into another sheet 'register' (among other things). It ends by bringing the user to last used row in register. Unfortunately because there is a formula in the first sheet (Get new oracs2) it seems to copy a blank row every time the macro is run (which carries out other updates as well). This means that when there is new numbers to add it leaves blank rows in the register. To get round this I have a loop 'remove blanks added by formula but this unfortunately takes a long time to run. Can anyone suggest an alternative to the loop that would clear the blanks? The formula pulls the results through from a query
Please Login or Register to view this content.
Bookmarks