Is there a limit to the number of parameters a sub or function can be setup with when using byVal?
Printable View
Is there a limit to the number of parameters a sub or function can be setup with when using byVal?
There probably is a limit. My guess is that is high enough that you should not worry about it. It might not even be documented anywhere.
How many parameters do you want? If you exceed it someday, you can use an array or a collection as a paramter.