Currently, I have a User Input Promt delivering values to a Multicolumn Listbox.
I need, when a value is True (externally from the while loop), for the multicolumn listbox to spit out the top cued value as a Comma Seperated Value (CSV) string.
Example:
1. External value is true
2. Upper most row of values from listbox taken and placed into CSV string
3. String sent out of while loop (external)
Thank You,
Jim