View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rory[_3_] Rory[_3_] is offline
external usenet poster
 
Posts: 3
Default Populate a combobox

I currently have combobox1 that looks to a hidden sheet
and uses the first column (name) to populate (removing
duplicate occurences of the name). What I need to do now
is populate combobox2 based on the combobox1, that pulls
data from the second column of the hidden sheet, but only
those where column 1 equals combobox 1.