Hi,
I have the next VBA code that filtered between two dates.
I wander how can I modify it to bring me also the "(blank)" cells that I have ( I need them too).
Sub filter_24()
Dim StartDate As Date, EndDate As Date
StartDate = DateAdd("h", "-16", Date)
EndDate = DateAdd("h", "8"...