Procedure arguments, either for a subroutine or a function, are declared either as ByVal or ByRef. The use of ByVal means that the called procedure does not want to change the value of the argument passed to it whereas the use of ByRef means that the called procedure may change the value.
This note looks [...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2011/06/07/byval-or-byref-parameters/
Posted
Jun 07 2011, 02:27 AM
by
Daily Dose of Excel