Hello, I want to find out if this code below here can be made to load the data into a listbox instead of pasting it to the sheet. My knowledge is limited with the how. Thanks in advance.
Sub FilterDates()
Dim rCrit As Range
Sheets("HOME").UsedRange.ClearContents
With...