Forum Discussion

rodsan724's avatar
rodsan724
Brass Contributor
Sep 19, 2023

VBA How do I delete entire row where all cells are empty for row

How do I delete entire row where all cells are empty for all named tables?   I tried the following:   Sub DeleteEmptyRowsForAllTables(tableName) Range(tableName & "[[Test]]").SpecialCells(xl...

Resources