excel vba - Find 2 Blank Cells adjacent to each other in a range -
i trying write code 2 cells both blank , adjacent each other in excel , having no luck.
so in table -
|title|col 1|col 2|col 3|col 4|col 5|col 6| |row 1|data |data | | | | | |row 2|data | |data | | | | i want code find both cells in col 4 - @ best can find first blank in col 3 row 1 or col 2 row 2.
hope can :)
i loop through cells in range , test whether surrounding cell blank using isempty(). admit kinda slow.
Comments
Post a Comment