I am having a little problem with looping through a textbox until i find all the data i need.
I have tried using the Do / Do While and Do Until loops but it crashes.
Do TextBox2.Text = Mid$(TextBox1.Text, InStr(1, TextBox1.Text, "[") + 1, InStr(1, TextBox1.Text, "]") - 2) Loop Until Textbox.1.text EOF()
I dont think that the EOF is needed but i am not sure what else i could do.
Note.: The textbox1 - has multiple lines
This post has been edited by hemalv: 30 July 2009 - 02:32 AM

New Topic/Question
Reply




MultiQuote





|