That could work, I already have the time stamp written in:
.Cells(index, 11).Value = Now()
Let's say I would want it to delete anything within the last hour...how would I go about doing that? Sorry I am pretty new to this.

Thanks!