VBA – How to refer a function ByVal, when the parameter is explicitly ByRef
Ok, you have read the title correctly – there is a way to refer a parameter ByValue, even though the parameter contains explicitly the word ByRef in it. Let’s start with the functions. Imagine a function, getting an array as parameter …
VBA – How to refer a function ByVal, when the parameter is explicitly ByRef Read more »