View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CROD CROD is offline
external usenet poster
 
Posts: 17
Default Search and Match Values

I am trying to avoid having to scroll through an existing ListBox to find a
name. The existing ListBox references a column/list of names within a
database.

I would like to have a user find a name within the ListBox by entering the
"name" into a TextBox, which then finds the ExactMatch name in the referenced
ListBox.

If there is an ExactMatch, Then the "name" in the ListBox is highlighted or
selected.

I would greatly appreciate your assistance with this.