Thread: Combobox array
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Lawlera Lawlera is offline
external usenet poster
 
Posts: 37
Default Combobox array

ComboBox1.List = Range("a").Value

e.g. assumes "a" is the named array.