Click to See Complete Forum and Search --> : Setting listbox.multiselect state


Steve@GIHS
June 11th, 2005, 12:43 AM
I have one listbox that is populated with a range of data based on the users selection. The listbox is required to have two states :

Multiselect = None

or

Multiselect = Extended.

How is this set in VB for application ? I tried Me.lst_Data.Multiselect = 2 but get an error "Invalid use of property.

Thanks