G
Guest
As I must have been unclear in my previous post I’ll try again: How can one
re-size a range object? What I want to do is successively shrink the range
of cells that are used by a macro that I work on. The macro successively
searches for IDs in a specified range of cells, and if an ID is found then I
want to remove that cell from the range so that it is no longer part of
further rounds of searching. But as I don’t want to modify the worksheet
Range.Delete doesn’t work for me.
I’d appreciate any help in solving this problem.
Anton
re-size a range object? What I want to do is successively shrink the range
of cells that are used by a macro that I work on. The macro successively
searches for IDs in a specified range of cells, and if an ID is found then I
want to remove that cell from the range so that it is no longer part of
further rounds of searching. But as I don’t want to modify the worksheet
Range.Delete doesn’t work for me.
I’d appreciate any help in solving this problem.
Anton