I have a spreadsheet which contains a Table. I would like to find the bottom last cell in Column B that has a value...however,
only tells me the bottom of the Table, but there are empty cells above that.
Is there an easy way around this?
Code:
LR = Range("A" & Rows.Count).End(xlup).Row
Is there an easy way around this?