multiselect on a listbox from Control toolbox

G

Guest

Hi,
Is it possible to have multiselect property set to select multiple items on a listbox
from the control toolbox. Or do I need to use some other control component for this
feature.
thanks
kanan
 
R

Ron de Bruin

Hi kanan

You must change multiselect in the properties of the listbox
When the Listbox is in the design mode press the properties button on
the toolbar
 
M

merjet

Is it possible to have multiselect property set to select multiple items
on a listbox from the control toolbox. Or do I need to use some other
control component for this feature.

Yes. With the Listbox highlighted, double-click it. That will take you
to the VBA Editor and the MultiSelect property is in the Properies
window.

HTH,
Merjet
 

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