J
jswalsh33
I am trying to use the Excel Worksheet Function LARGE in a macro.
My code is Cells(2, 15) = Application.WorksheetFunction.Large(Array, n) in
Excel 2003.
I have tried every way I can think of to write the array but all array
nomenclature I have tried results in a compile error.
Help?
Jim Walsh
My code is Cells(2, 15) = Application.WorksheetFunction.Large(Array, n) in
Excel 2003.
I have tried every way I can think of to write the array but all array
nomenclature I have tried results in a compile error.
Help?
Jim Walsh