Creating a menu

  • Thread starter Thread starter MenuMan
  • Start date Start date
M

MenuMan

I have been trying unsuccessfully to create a menu where a
user could select more than one value. However, each time
I create a menu, either list box or combo box, it will
only allow the user to select one. I have 5 possible
values and would rather not have to type out each possible
combination. Does anyone know how to create this type of
menu?

Thanks.
 
you can't select more than one value at a time in a combo box. to allow
multiple selections in a list box, set the MultiSelect property to Simple or
Extended.

hth
 
Back
Top