I've got a macro that filters my table to look for records that are blank in a particular column, and then it deletes those rows. The problem I'm having is that if there are no blank rows, it deletes the part of the table that's hidden. So does my macro just need a tweak, or do I need to do something different like a loop? Here's my code.

Please Login or Register  to view this content.