Differentiating between a ParamArray and other arrays

84 Views Asked by At

Is there a way to differentiate a ParamArray from other types of arrays? Right now I'm using TypeName = "Variant()" and LBound = UBound (only one element) to check, but obviously it doesn't work on variant arrays with a single element.

0

There are 0 best solutions below