Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, Does anyone know how to get VB custom functions (I'm using Excel 2003) to support usage within an Array Formula? For example I have the following function: ………………. Function Test(cell As Range) Test = 1 End Function ………………. If I use this from within excel within an array formula it does not work however. For example: {=SUM(Test(J74:J78))} <== THIS DOES NOT WORK (i.e. it returns 1 instead of 5) A standard microsoft function does work of course however, e.g.: {=SUM(LEN(J74:J78))} This works. Any ideas? Thanks -- callagga ------------------------------------------------------------------------ callagga's Profile: http://www.excelforum.com/member.php...o&userid=27049 View this thread: http://www.excelforum.com/showthread...hreadid=465479 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Custom Array Functions | Excel Programming | |||
Custom Array Functions | Excel Programming | |||
custom functions in formula bar | Excel Programming | |||
custom functions in formula bar | Excel Programming |