Hello,

So I need a code that checks a column filled with dates; where the length of the column is always changing; and copies the row where the date that is compliant to the criteria is located to another sheet.

The criteria for the date is that it is has happened after a specified date. For example, if the specified date is August 1, 2012, any date after that date would qualify.

And once a date that does not meet the criteria is found. the function ends. Keep in mind that the check should start at the bottom of the column.

Thanks in advanced.