As I've understood the "itemsselected"-collection of a multiselect listbox
is read only is that correct?
I'd like to be able to store the selection for later use, say in a small
string like 1,4,7,11,12 indicating what values were selected.
Is there a way to programmatically select those those certain rows a later
point in time?
If not are there alternatives?
Thanks.

Signature
Jesper Fjølner
Denmark
Jesper Fjølner - 22 Apr 2005 00:35 GMT
> Is there a way to programmatically select those those certain rows a later
> point in time?
Got it working with : Me!lstbox.selected(rownumber)=True

Signature
Jesper Fjølner
Denmark