I am using Validation to limit dates entered in cells of column.
Criteria
Allow: Date
Data: <=
End Date: =TODAY()
This works for direct entry in cell as it gives message indicating "Future Date" and doesn't allow entry.
However, a user can still cut/paste a future date in the cell, thus bypassing the validation rule. One can also use a series of dates and drag downward (1/2005, 2/2005...drag to create 3/2005 +) and again bypass the Validation rule for dates.
Anyway to prevent copy/paste and dragging to bypass the validation rules without protecting the worksheet? I need the sheet unprotected in order for List/Autofilter to function.
Thanks,
L.M.
Criteria
Allow: Date
Data: <=
End Date: =TODAY()
This works for direct entry in cell as it gives message indicating "Future Date" and doesn't allow entry.
However, a user can still cut/paste a future date in the cell, thus bypassing the validation rule. One can also use a series of dates and drag downward (1/2005, 2/2005...drag to create 3/2005 +) and again bypass the Validation rule for dates.
Anyway to prevent copy/paste and dragging to bypass the validation rules without protecting the worksheet? I need the sheet unprotected in order for List/Autofilter to function.
Thanks,
L.M.