To say that I find VB challenging is something of an understatement. It is a constant batte between what I am trying to achieve, my dwindling sanity and syntax errors.
The latest object of my frustration is the Listindex. Sure, I can populate a list box and make a selection to return the index value of the item I have selected. The problem that is defeating me completely is how to turn that number into the actual text in the listbox that it represents.
If "RED" is the second item in a listbox, how do I convert a listindex of 1 to "RED".
I have been hacking through the help files in Opus and the VB sites on the web for hours now. Could some nice VB guru put me out of my misery and restire some equilibrium to my dwindling sanity?