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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -