Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For any newish-bies out the
I just discovered that, at least in this context, the inline test to determine whether the user passed any arguments or not is: function MyFunc(ParamArray MyArgs) if UBound(MyArgs) -1 then <... else MyFunc = "Eh, paisan, you wanna passa me an argument?" endif |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Test if an element of array is empty | Excel Programming | |||
Array values with UBound | Excel Programming | |||
Array Ubound | Excel Programming | |||
Can I test dynamic array for empty? | Excel Programming | |||
Can't test for Empty objects in an array | Excel Programming |