Hi,
I have a macro which is filtering data using a said criteria (advanced filter). I would like to use the the data range from a closed workbook. is that possible? If yes, could you please help me out? really struggling with this.
My code:
"
Sub Filterme()
Sheet3.Range("D4").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Sheet2.Range("BC2:BK3"), CopyToRange:=Sheet2.Range("C10:AM10"), Unique:=False
End Sub
/"
best,
I have a macro which is filtering data using a said criteria (advanced filter). I would like to use the the data range from a closed workbook. is that possible? If yes, could you please help me out? really struggling with this.
My code:
"
Sub Filterme()
Sheet3.Range("D4").CurrentRegion.AdvancedFilter Action:=xlFilterCopy, _
CriteriaRange:=Sheet2.Range("BC2:BK3"), CopyToRange:=Sheet2.Range("C10:AM10"), Unique:=False
End Sub
/"
best,