Access the values of a value list listbox

patrickd123

Patrickd123
Local time
Today, 11:43
Joined
Jan 21, 2007
Messages
29
Hi,

I have a list box for wich the the source is a value list. I am not seeing any property that can give me the selected values. The only property I see that ressembles is th source properties which consist of a string with all values concatenated and separated by semi columns, which is not practical if I want to access a value in the middle of the list. I had hoped that there had been a property that contained an array of the value that I could have accessed with the proper index.

Any idea?

Thanks
 
Search here on multiselect, which should turn up the code to loop through the selected values.
 
Wow!!!!! Way more that I was hoping for! Thanks

I really like this forum and I hope that one day I will be able to help as much as I have been helped over here!!! (I am kind of a guru in SAP, but, as you can see, a nulity in VBA)!!!
 

Users who are viewing this thread

Back
Top Bottom