excel - Combobox does not open dropdown list -
suddenly during work got problem 1 userform in excel. comboboxes on userform not open more if click on arrow show list.
they filled values programmatically. if enter text in combobox, selects correct entry.
it working fine before. added button userform.
why can't open dropdownlist more?
i tried change 'showmodal'-property if userform false, did not help.
if want see, here code fills comboboxes:
with frmplanselect.cbxlist .clear until rs.eof .additem .column(0, i) = rs.fields("id_item") .column(1, i) = rs.fields("name") = + 1 rs.movenext loop end
thank hint!
ok, after closing excel , opening makro workbook again, comboxes worked again. still not know caused behaviour because work interrupted suddenly. but, ok now.
Comments
Post a Comment