Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know a code to fill a ListBox so that the cells with the
specific text don’t show up in the ListBox? Below is the basic code that enters a list of students in the list box with their ID# and I want the ones in Column "B" to not show in the ListBox that are identified as "Prospect". Any help would be greatly appreciated. Code ListBox1.ColumnCount = 3 ListBox1.RowSource = "Stu_Data_List" Worksheet Column B Column C Column D ID# Last Name First Name SM001 Smith John (Show in Listbox) JO001 Jones Kelly (Show in Listbox) Prospect Bailey Bill (Not Show in Listbox) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
listbox remove | Excel Programming | |||
Remove from listbox | Excel Programming | |||
listbox remove item according to the value | Excel Programming | |||
Remove Numerical Values from Listbox and Certain Text Value | Excel Programming | |||
Remove all Listbox items | Excel Programming |