Visual Basic: passing arrays between Functions???
Posted
by SteveNeedsSheetNames
on Stack Overflow
See other posts from Stack Overflow
or by SteveNeedsSheetNames
Published on 2010-04-28T22:04:38Z
Indexed on
2010/04/28
22:07 UTC
Read the original article
Hit count: 294
excel-vba
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.
© Stack Overflow or respective owner