Change the first line to: Function nameTonumber(name As String) As Integer
Above End Function add:
nameTonumber=number ‘If you are using VB6.
return number ‘If you are using VB.NET
0
solved Whats wrong with this VB code? [closed]
Change the first line to: Function nameTonumber(name As String) As Integer
Above End Function add:
nameTonumber=number ‘If you are using VB6.
return number ‘If you are using VB.NET
0
solved Whats wrong with this VB code? [closed]