Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. No advantage really. I like your "Index" version myself.
A one Transpose version could be something like this: v = [Transpose(SMALL(A1:A10,ROW(1:3)))] No advantage of course. :) Just sharing an idea. -- Dana DeLouis Using Windows XP & Office XP = = = = = = = = = = = = = = = = = "Harlan Grove" wrote in message ... "Dana DeLouis" wrote... Just a slightly different way from Tom's using Excel XP. Dim v As Variant v = [Transpose(Transpose(SMALL(A1:A10,{1,2,3})))] ... And the advantage of two TRANSPOSE calls vs one INDEX call is? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling functions from Excel worksheets and the Find function in XL '97 | Excel Programming | |||
Calling functions from dll | Excel Programming | |||
Calling Add-in functions from VBA | Excel Programming | |||
Calling certain functions within VBA | Excel Programming | |||
Calling VBA functions from a xll | Excel Programming |