Hi all,
Trying to work through a column and delete rows where any cell in Col G is empty.
Using this
will find the first blank cell and delete that row but because it's working its way down the sheet instead of up it then misses the next blank row and therefore is not working as I would like it to.
Can anyone help me in perhaps working through the sheet backwards while still using SpecialCells(xlCellTypeBlanks) as I think this would be fasgter than looping through each and every cell in Col G.
Many thanks
Seamus
Bookmarks