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 ??
--
newToExcel
------------------------------------------------------------------------
newToExcel's Profile:
http://www.excelforum.com/member.php...o&userid=27192
View this thread:
http://www.excelforum.com/showthread...hreadid=471593