K
kazzy
Hi VBAers,
I need to copy autofilter rows from one worksheet to another (within
the same workbook).
My autofilter code is:
Columns("W:W").Select
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:="TRUE"
I'm not sure how to do the following:
1) code to copy the rows found to the other worksheet
2) how to cater for the situation if no rows are found.
I've researched but all the help Google returns is rather confusing.
Can someone please advise.
I need to copy autofilter rows from one worksheet to another (within
the same workbook).
My autofilter code is:
Columns("W:W").Select
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:="TRUE"
I'm not sure how to do the following:
1) code to copy the rows found to the other worksheet
2) how to cater for the situation if no rows are found.
I've researched but all the help Google returns is rather confusing.
Can someone please advise.