Hi
Am I using the right method to select visable rows only?
After filtering, to select only the cells shown I use:
On its own, this works
I have a script that performs this action multiple times (via a do while loop)
The first time it works, the second time it only selects the header
I've stepped through it and, before executing the above command, it displays all the rows I require
It just doesn't seem to select them
Any thoughts?
Damian.
Am I using the right method to select visable rows only?
After filtering, to select only the cells shown I use:
Code:
Selection.SpecialCells(xlCellTypeVisible).Select
On its own, this works
I have a script that performs this action multiple times (via a do while loop)
The first time it works, the second time it only selects the header
I've stepped through it and, before executing the above command, it displays all the rows I require
It just doesn't seem to select them
Any thoughts?
Damian.