Okay great gurus of VBA. I'm hoping for a solution to a problem I'm having with a spreadsheet. An example is provided. I need to delete rows in COLUMNS "D", "E" and "F". The criteria for keeping the row is if there is a date (identifier being "/" symbol). I have been able to do this successfully. The problem is that my header rows: the rows containing "> 30 days", ">60 days", "> 90 days" gets deleted as well. So my result is columns D, E, and F cells with dates remain. Top header rows remain. In this example: River City, Lakeside. But the second row of each header is deleted. The row number will be variable each day so I can't isolate row 17 (in this example) for protection. Even when I write code to the effect of <>"", (not equal blank) my headers are deleted. If you've encountered something similar and know the solution I'd definitely appreciate a lesson.
Thank you
Thank you