Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(Excel 2003)
Hi, the function Public Function RVT(zellen As Range, bezug As Range) RVT = Application.Rank(zellen, bezug,1) End Function is usable as matrix function. If I add in the boddy a "+1" the function works, but not as matrix function any longer. What can I do to create a matrix function with body RVT = Application.Rank(zellen,bezug,1)+1 ? (It is a minimal example.) Thx. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I write a function like matrix function? | Excel Programming | |||
UDF function on Matrix | Excel Programming | |||
Limits of MINV matrix function | Excel Worksheet Functions | |||
Matrix Operations (MInvert Function) | Excel Programming | |||
VBA function return matrix? | Excel Programming |