Hi,
I need to write a macro which checks cells in one column and if the cell is empty it deletes the whole row (which contains the cell).
I tried this code but it doesn't delete all rows with empty cells:
So I modified the code:![]()
Please Login or Register to view this content.
It works correct but it is not a proper solution (it ends the for loop after 20 deleted cells)...![]()
Please Login or Register to view this content.
Do you have any better suggestions?
Thanks!
Bookmarks