
Change MultiSelect prop with VBA
Perhaps you could just make 2 list boxes with the same dimensions, and
position... one with multi-select and one without. Then you could
enable/disable them appropriately based on you own multi-select setting.
HTH,
Greg
Quote:
> Not possible, the property is "Read Only" during run time.
> --
> Doug
> Reply to is anti-spammed remove the "z" from email
> >I need to dynamicly change the multiselect property of a listbox using VBA.
> >I looked at help online and the multiselct property settings are:
> >0=none
> >1=simple
> >2=extended
> >I tried to set it to 0 like this:
> >Me!lst.MultiSelect=0
> >but this errors out.
> >Can someone advise me on the proper syntax?
> >Thanks.
> >George Pavorac