User Form with list: can no longer select multiple items

jscranton

Well-known Member
Joined
May 30, 2011
Messages
707
I have a user form with a list of choices that the user can select. All was working fine but I had to rebuild a new version of the workbook. I downloaded the user form and imported it into the new workbook. Now, the users cannot select multiple items on the list.

Is this a simple setting?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I don't see that as a property of my form?

click on the listbox in the form. The listbox has it's own set of properties, then Change Multiselect Property to 1-fmMultiselectMulti
 
Upvote 0
In which control do you want to select multiple items?

If it is in a listbox, select the listbox in the userform, search for the properties of the listbox and change the Multiselect property to 1-fmMultiselectMulti
Example:

1574271646852.png
 
Upvote 0
Also confirmed with the older version that is working that all the list properties are the same.
 
Upvote 0
You did not answer this:
In which control do you want to select multiple items?

You could upload a copy of your file to a free site such www.dropbox.com. Once you do that, mark it for 'Sharing' and you will be given a link to the file that you can post here. If the workbook contains confidential information, you could replace it with generic data.
 
Upvote 0
I have a user form with a list box on it. It is on that control that I want to select multiple items.
Code:
ListBox1.MultiSelect = fmMultiSelectMulti
 
Upvote 0
I have a user form with a list box on it. It is on that control that I want to select multiple items.
Code:
ListBox1.MultiSelect = fmMultiSelectMulti

In which event of your userform do you have that code?
 
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,887
Members
449,057
Latest member
Moo4247

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top