View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jacob Jacob is offline
external usenet poster
 
Posts: 61
Default unpredictable combobox behavior

I have a few comboboxes in userforms that are populated via the
rowsource property. the rowsource is assigned a named range which is
dependent upon the results of the program. occasionally, the combobox
will not contain all of the contents of the named range which it is
assigned. I have double checked to see if the named range is correct,
and it always is. usually if i rerun it, it will be fine. there is no
pattern to this. it is completely random and very frustrating. does
anyone have any ideas? thanks.