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.
I can provide screenshots if you are familiar with this code.
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.
Code:
Range("Sheet_K_2D_FinancialInput").AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Sheet15.Range("BV4:BZ5"), CopyToRange:=Sheet15.Range("AV5:BS5"), Unique:=False
I can provide screenshots if you are familiar with this code.