Actually, change this line:
a = a & Right(Text1.Text,Len(Text1.Text)-x)
to the following:
a = Right(Text1.Text,Len(Text1.Text)-x)
Should work now.
|
Results 1 to 3 of 3
Thread: TextThreaded View
|
Click Here to Expand Forum to Full Width |