Visual Basic: passing arrays between Functions???
- by SteveNeedsSheetNames
I have a visual basic function with a ParamArray output,
and I want that output to be available to another function, without
having to put it on a worksheet just to pick it into that second function.
Is there a way to transfer arrays between functions in visual basic?
Thanks in advance for your response.