setting values in a multiselect listbox

J

Jesper Fjølner

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.
 
J

Jesper Fjølner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top