NewsBot
1
I have a code. I want it to select each character and message box it But when it loops the length of the textbox characters it does..
T
Te
Tex
Text
Text1
For i = 1 To Len(Text1.Text)
MsgBox Left(Text1.Text, i)
Next i
^ thats the code that i have written for it .. :/
Can someone help me to stop it from doing that at the top.. lol
More...
View All Our Microsoft Related Feeds
T
Te
Tex
Text
Text1
For i = 1 To Len(Text1.Text)
MsgBox Left(Text1.Text, i)
Next i
^ thats the code that i have written for it .. :/
Can someone help me to stop it from doing that at the top.. lol
More...
View All Our Microsoft Related Feeds