Look At THis
I Put
Dim I
Dim B
I = text1.text
b = right$(i,1)
but i just want to take the first letter out and put it into b and leave the other
Look At THis
I Put
Dim I
Dim B
I = text1.text
b = right$(i,1)
but i just want to take the first letter out and put it into b and leave the other
Try use a code with variables more specif:
You must use LEFT$() instead of RIGHT.
OK.
Jefferson