Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I set watch points for Params and SubParams below, I find that
Params has one dimension but SubParams has TWO: Function Func(ParamArray Params) as String ... = SubFunc(Params) End Function Function SubFunc(ParamArray SubParams) as String ... End Function The following (to me) ludicrous kludge fixes the problem, making SubParams the nice, obedient 1-dim array equivalent to Params that it should be: Function Func(ParamArray Params) ... = SubFunc(Params(0)) End Function What in HELL is this? String theory? *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ParamArray bugs? | Excel Programming | |||
Help with paramarray | Excel Programming | |||
Array function, two dimensions?? and worksheet arrays | Excel Programming | |||
Array function, two dimensions?? | Excel Programming | |||
ParamArray | Excel Programming |