I have a multi-select textbox on a form. The RowSource is a defined
range and works fine. The user wants to select various lines. This
works too.
I need to retrieve which lines he has selected so I can ran a macro
based on the text within the lines. ie first line run the macro, next
selected line run the macro,,,,,, last line run the macro, clear
textbox.
I will also have to clear all the selected lines after the macro is
complete.
The client doesn't like the look of the multi-select list box due to
the squares it loads on the left side.