Hello,
I am using this code now to filter on 7 columns and delete the entire row if cell is empty.
But it takes too long... can you fix it or point me to the right code? I noticed the problem is when it reachers Selection.Delete Shift:=xlUp
Thanks
Sub FilterAndDeleteEmptyLines()
'
' Macro3...