Hello,
I'm using an advanced filter vba to search for data from within a large data set onto another sheet. I've worked this before but this time it is not working.
Range("Sheet_K_2D_FinancialInput").AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Sheet15.Range("BV4:BZ5")...