I want to find a last row with data within a range. for example i want to find a last empty row in range("A15:A42"). it should not go beyond A42. Any help.
lRow = Range("C15:C42").End(xlDown).Row ....it goes beyond C42..
IMP Info copied from comments
yes ..i will have some other data from C43 ... – user2703472 3 hours ago
