Thank you for your responses. I had originally had the code in the LostFocusEvent but could not get it to work because I was using THIS.Value. Always ended up with the same value in the array. The THIS.list was what I needed and solved my problem.
Many Thanks,
Garry
I have a multi column listbox that reads values from a table. I want to select multiple values from the listbox and write them to an array. I have the InterActiveChange;
FOR I = 1 to THIS.ListCount
IF THIS.Selected(I)
list_count = list_count + 1
* add new row to existing array...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.