ByRef
Specifies that a parameter of a procedure, when passed a variable as an argument, makes an alias of the variable, which lets the procedure change the variable in the caller's scope.
Specifies that a parameter of a procedure, when passed a variable as an argument, makes an alias of the variable, which lets the procedure change the variable in the caller's scope.