wsIMP.Columns(4).SpecialCells(xlCellTypeBlanks).EntireRow.Delete
The code will delete everything in D that is an empty cell, which I want, is there a way to add more into this code to start at row 6?
I though it would be simple like .Rows(6).Columns(4), but it doesn’t seem to work. Anyone got an idea how to make this work correctly?
Try This: