For Each Item in ListBox1 do something then add item to listbox2 vb
问题 I made an app to convert certain numbers to other format i.e 1 = A 2 = B 3 = C 4 = D 5 = E ETC I have made that function with no problem and I have been using it for quite sometime, but now I would like to do things faster and in a batch. So it's really difficult for me to copy from a text file to my Textbox1 then press button1 then copy textbox2 to other text file. So I was thinking in loading the text file into a List Box then do a loop for each item in that list into a second list that I