Dim k As Integer, i As Integer
k=Val(Text1.Text)
For i=1 To 3
Next i
Text1.Text=Str(k)
ch = Mid(s, i, 1)
If ch >= "a" And ch <= "z" Then
End If