Hello,
I cant seem to understand this one line of code:
myLocalSheet.Range(sheetName).AdvancedFilter Action:=xlFilterCopy, criteriaRange:=defPage.Range("QTY_Filter"), CopyToRange:=myLocalSheet.Range("A10000"), Unique:=False
Specifically, the highlighted part,
the thing is defPage.Range("QTY_Filter") is not one cell, its 3x2 matrix with stuff in it. and some of it is text !!!! some is empty tooo !!!!! and the 2 two rows that do have #'s have >=1
So, how does THAT work ??![]()
Bookmarks