View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ll ll is offline
external usenet poster
 
Posts: 67
Default using portion of larger list to populate combo box

Is there a way to use a "portion" of a larger range list in excel, to
populate a combo box? I would want to be able to input data from a
form, back to that row, and I need to find a way to get the row number
(using the partial list to populate the combo box).
Would there be a way to use a count or index in order to provide an
accurate row count?

Thanks