Hello people, i tried to convert "=LARGE((a,b,c,d,e,f),2)" to vba but either i'm doing something wrong or it doesnt work like the formula does.
a,b,c,d... are declared as doubles as they are results of averages.![]()
x = application.WorksheetFunction.Large((a, b, c, d, e, f, g, h, i, j),2)
Bookmarks