Have a data set that is very large. One field is populated with time values. I want to delete all rows up to a certain time value (ie. any row with time value < 11:00). I have used a while loop with an imbedded IF THEN statement that will delete rows as the condition is tested but it takes way too long. I was wondering if there was a way to find the address of the first cell that meets my condition and delete all rows that do not. Thanks.