I have this macro to run in my workbook but is giving me an error, as a runtime 5 and it was working good in another computer but if I try in my is not working, this macro will filter everything for today's date only
Sub CreditCard()
Application.ScreenUpdating = False
Dim DueDate As String
Dim...