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

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
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,190,743
Messages
5,982,703
Members
439,790
Latest member
jonaust

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
Top