Hello,
I have this macro that is supposed to delete rows that are blank in either column C or D, but it tends to run for a long time and I am not sure why. Any ideas on how to make it more efficient?
Sub deleteBlankRows()
Range("D10:D8000").Select...