ListBox to list multiple columns

Michael515

Board Regular
Joined
Jul 10, 2014
Messages
136
Hi Y'all,

I have created an ActiveX ListBox and have linked it to one of my defined ranges. The defined range refers to cells $A$1:$E$500. I wanted the list box to display each row itself as a choice in a multi select fashion, ex. you can choose rows 5, 67, 132, 402, etc. The problem is, that my list box only displays column A in the field to be chosen from, where as you need to see the other columns in order to make an informed selection. Is there any easy way to expand this to show all the columns and therefore have a bottom scroll bar as well as a side scroll bar? Thanks again for all the help!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Change the ColumnCount property of the control to 5 and set the column widths using the ColumnWidths property.

They should both be available when you right click the control and select Properties.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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