Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is my understanding that I should use the ByVal keyword if I am
planning to modify the parameter. Is that correct? Example: Public Sub Write2File(byval FileID As String, Data As String) FileID = FileID & ".txt" .... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ByRef vs ByVal | Excel Programming | |||
ByRef strangeness | Excel Programming | |||
byref errors | Excel Programming | |||
ByRef question | Excel Programming | |||
Is ByVal always better if ByRef isn't necessary | Excel Programming |