You Can't Pass an Expression as a Parameter that is Defined as ByRef Error
In a function call, you tried to pass an expression rather than a variable or property to a parameter that was declared as ByRef in the called method.
You Can't Pass an Expression as a Parameter that is Defined as ByRef Error
In a function call, you tried to pass an expression rather than a variable or property to a parameter that was declared as ByRef in the called method.