4 out of 5 rated this helpful - Rate this topic

ByRef

The ByRef keyword indicates that an argument is passed in such a way that the called procedure can change the value of a variable underlying the argument in the calling code.

The ByRef keyword is used in these contexts:

Declare Statement

Function Statement

Sub Statement

See Also

Visual Basic Language Keywords | Argument Passing ByVal and ByRef

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.