I need to copy a specific number of cells after apply a filter.
In my case, I need to copy the first 10 visible rows.
I tried with Range(Range("A5"), ActiveCell.Offset(10,3)).Select but not works, that copy hidden rows...
Thanks
I need to copy a specific number of cells after apply a filter.
In my case, I need to copy the first 10 visible rows.
I tried with Range(Range("A5"), ActiveCell.Offset(10,3)).Select but not works, that copy hidden rows...
Thanks