View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RS RS is offline
external usenet poster
 
Posts: 113
Default How do i fill a list box on a form in excel

How do I fill a list box on a form in excel? I want to put unique records
from a row that I filter like this. ActiveSheet.Range("A15").AutoFilter
Field:=3, Criteria1:="<"
I would like to put the same into a list.