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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -