Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Am I correct in my assumption that I can only pass arrays in the form of
variants to a procedure as a parameter. For example, the following function always works for arrays Function DoNothing(ByRef ArrIn as variant) DoNothing = arrIn End Function While the following function never seems to work for arrays even if they are dimensioned as integer arrays. Function DoNothing(ByRef ArrIn as integer) DoNothing = arrIn End Function Regards, Wayne C. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Too few parameters | Excel Discussion (Misc queries) | |||
SQL & Like Parameters | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Too few parameters | Excel Discussion (Misc queries) | |||
templated array as function parameters | Excel Programming |