I'm using the code below and today's date is pre-populated in the Input box. Is there a way to make it today() - 7 days?
thanks!
Sub DeleteFromDate()
Application.ScreenUpdating = FalseApplication.DisplayAlerts = False
Dim LR As Long
LR = ActiveSheet.Range("A" & Rows.Count).End(xlUp).Row...