greg.begin
Member
I heard if I use ByVal in my procedure, for example
Sub Test(byVal X as long)
code'
end sub
that my code will be executed faster. especially if I have a lot of code to go through. Is this true, if so, how can i use it on a userform button?
thanks
Sub Test(byVal X as long)
code'
end sub
that my code will be executed faster. especially if I have a lot of code to go through. Is this true, if so, how can i use it on a userform button?
thanks