I want to pass in an array to a function. I have a select statement in which an array is selected based on the value of a counter. I wanted to move out a lot of the redundant code into a new function.
the basic setup is as follows:
Function selectArray(counter)
Select Case counter...
I want to pass in an array to a function. I have a select statement in which an array is selected based on the value of a counter. I wanted to move out a lot of the redundant code into a new function.
the basic setup is as follows:
Function selectArray(counter)
Select Case counter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.