Hi all. I'm trying to fill the list box (ActiveX) with names that have an active flag and skip names who don't have an active flag.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Tom[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD]Kenny[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD]Carrie[/TD]
[TD]Not Active[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD]Ed[/TD]
[TD]Not Active[/TD]
[/TR]
</tbody>[/TABLE]
I created an named range that refers to both columns and entered it into the "ListFillRange" in the properties window and set "ColumnCount" to 2. This shows both columns inside the list box, but I don't know what to do next to only show those who are "Active".
Thanks in advance!
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Tom[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD]Kenny[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD]Carrie[/TD]
[TD]Not Active[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]Active[/TD]
[/TR]
[TR]
[TD]Ed[/TD]
[TD]Not Active[/TD]
[/TR]
</tbody>[/TABLE]
I created an named range that refers to both columns and entered it into the "ListFillRange" in the properties window and set "ColumnCount" to 2. This shows both columns inside the list box, but I don't know what to do next to only show those who are "Active".
Thanks in advance!