View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Philip Philip is offline
external usenet poster
 
Posts: 156
Default ComboBox Population

Trying to use a number of ComboBox's to ensure user's can only select
specific data from the previous ComboBox. The lists of data will be kept in
Excel columns to make editing simple. I'm just struggling to get a simple
link between the first two ComboBox's to work, not for a lack of trying.

The first ComboBox is simple as I will use the RowSource for the data
source. The selection from this ComboBox will dictate what the next ComboBox
will use as its source data in practice.

The user will only be able to see a form, all the excel sheets will be
hidden from view.

Any help would be much appreciated.