Fill listbox on form with filtered range

deanrd

New Member
Joined
Sep 23, 2006
Messages
14
I created a form with combo boxes to filter for info. Based on the 1st and last part of a serial number, it then filters the worksheet.

It updates the worksheet and shows the correct info I filtered for. How can I get this filtered info to a lsitbox on the same form.

Nothing I've tried will select the autofiltered range or assign it to a range name.

How can I get this info to display in a listbox.

I want the form to be the users only access.

Please help this dummy!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
The only way I know of is to load the ComboBox, to a Sheet one row at a time on some column on some sheet, then select all the rows that have data and set the Bound Column property of the ListBox to that Column.
 
Upvote 0

Forum statistics

Threads
1,214,598
Messages
6,120,441
Members
448,966
Latest member
DannyC96

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