View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ben Palmer Ben Palmer is offline
external usenet poster
 
Posts: 1
Default ListBox population from Excel range

When the form is initialised, use the Clear Method to clear the list
box and then loop through your database and use the AddItem Method to
add data to the listbox if the class field meets your criteria.