K
Kathy Burke
Hi again,
I'm trying to run a sub from within another:
Public Sub txtScan_TextChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
txtScan.TextChanged
ProcessSN(ByVal sender As System.Object, ByVal e As
System.EventArgs)
End Sub
ByVal is indicating "expression expected". What is the correct way to
run a sub from another?
Thanks.
Kathy
I'm trying to run a sub from within another:
Public Sub txtScan_TextChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
txtScan.TextChanged
ProcessSN(ByVal sender As System.Object, ByVal e As
System.EventArgs)
End Sub
ByVal is indicating "expression expected". What is the correct way to
run a sub from another?
Thanks.
Kathy