Hello,
I need some help with building an array for a auto filter. At the moment it is not filtering / handling the value correctly. My code I have at the moment is below:
Sub Test()
Dim nDates as Variant
Set rng = .Range("A2:B" & nRows)
nDates = Sheet1.Range("L2:M8").Value...