Hey, so I will make this fast.
I am looking for a way to select a range of cells, starting with A17, down column A, to where a bottom double line border is.
There are no other bottom borders in the range.
The range can vary, i.e. A17:A46; A17:A2345837, etc etc.
All of the range's cells may or may not be blank or an assortment.
I was hoping for something like (the below is totally made up but hopefully gets the idea across):
Any thoughts, ideas, etc?
Everything I find is telling me how to place and take away borders, which I know, but can't seem to find something on how to make a selection of cells down to the cell that has a bottom border.
Is it even possible?
-Spydey
I am looking for a way to select a range of cells, starting with A17, down column A, to where a bottom double line border is.
There are no other bottom borders in the range.
The range can vary, i.e. A17:A46; A17:A2345837, etc etc.
All of the range's cells may or may not be blank or an assortment.
I was hoping for something like (the below is totally made up but hopefully gets the idea across):
Code:
Range("A17").End(xlDown).BottomBorder.Select
Any thoughts, ideas, etc?
Everything I find is telling me how to place and take away borders, which I know, but can't seem to find something on how to make a selection of cells down to the cell that has a bottom border.
Is it even possible?
-Spydey
Last edited: