ok i ran into something odd....so far when i do an advnaced filter via vba and then copy and pasted the filtered data....by default the code would only copy the visible cells even though i have the code written as
range("a2" & finalrow).copy
that is, even the the first row of filtered rate is on, say, row 10, it's copied and pasted probably by not copying starting from row 2.
but, using another file today and using similar code, it did copy all cells ...why is that?
range("a2" & finalrow).copy
that is, even the the first row of filtered rate is on, say, row 10, it's copied and pasted probably by not copying starting from row 2.
but, using another file today and using similar code, it did copy all cells ...why is that?