If this:
The same as this:VB Code:
Private Function MyFunc(ByVal sTest As String)
Or does the second one mean ByVal/ByRef and require more CPU time? The reason I ask is that I have quite a few arguments in the function I am making and ByVal infront of all of them makes it very long when the AutoFill text pops up.VB Code:
Private Function MyFunc(sTest As String)




Reply With Quote