I am currently using data validation a date column that checks entered dates fall within 90 days before or after the entry date. The problem is that on occasion rows get deleted and the workbooks get many hands in them and throw off the validation. How would you go about using VBA as a check on the date just entered. Currently I just use a warning as there are occasions to date outside this range I am just looking to slow down the entry and have person double check an odd date.