Hi all,
I need VBA to identify if three consecutive cells in a column (g) are empty, to enter a value of true into the cell in column b, to then move onto the next row and check.
Then once all rows are checked, I want to delete rows that have true in them
I have tried using the isemtpy , but can't get it to work with multiple cells.
I need VBA to identify if three consecutive cells in a column (g) are empty, to enter a value of true into the cell in column b, to then move onto the next row and check.
Then once all rows are checked, I want to delete rows that have true in them
I have tried using the isemtpy , but can't get it to work with multiple cells.