I know the code how to find the last row in a table. If for example I have a table and the the table starts from A5 (for example) the code will be...
Range("A5").End(xlDown).Offset(1, 0).Select
But if I have blank cells in the table ,running this code i will go at the first blank cell,and not at the bottom of the table.
Is there a code that starts from the last cell of the bottom of excel and goes all the way up to the last cell of the table?
Thank you in advance
Bookmarks