Hello all you guru's,
I'm trying to find a VBA solution to a problem I'm having where I need to find a succession of lowest numbers not lower than 50.
Application.WorksheetFunction.Small(ActiveSheet.Range("C3:C" & LastRow), 1)
This gives me 2.62 which is indeed the smallest figure in my...