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
-
-
You want to use the Mid function instead of the Left function.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.