Hello All,
I have a listbox that I want to populate with information from a text file.
For each index in the listbox, I want to load the next line of the text
file, until there are no more lines. I have the code to open and read each
line from the text file, but I cannot figure out a way to read a line, put
it into the listbox, then go to the next line and repeat the process. I know
it will have to use a For... Next loop, but can't get the configuration
right. Any help would be greatly appreciated!
I have a listbox that I want to populate with information from a text file.
For each index in the listbox, I want to load the next line of the text
file, until there are no more lines. I have the code to open and read each
line from the text file, but I cannot figure out a way to read a line, put
it into the listbox, then go to the next line and repeat the process. I know
it will have to use a For... Next loop, but can't get the configuration
right. Any help would be greatly appreciated!
Comment