View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Denny Behnfeldt Denny Behnfeldt is offline
external usenet poster
 
Posts: 9
Default Filling combobox with variable length list

I have a combobox on a userform that shows a list from Sheet1. This list
varies in length week to week, so it will not always be the same number of
rows. I know how to assign a RowSource in the Properties window. I need to
know how to use VBA to accommodate the different length lists, maybe when
the form loads. I do not want any extra rows listed that are not used.

Any help is much appreciated!
Thanks,
Denny