Private Function Func(ByVal S As String) As Byte
If Len(S)4 Then Exit Function
Func=Val(Left$(S, 1)) + Val(Mid$(S, 3, 1))
End Function
Private Function Func(ByVal S As String) As Byte
If Len(S)4 Then Exit Function
Func=Val(Left$(S, 1)) + Val(Mid$(S, 3, 1))
End Function