P
pApAk
I used ListBox couple of times and each time the click event worked fine,
but in one particular userform the ListBox_click does not work!
However it "works" when i set listbox selected value via code, for example:
ListBox1.Selected(0)=True
but when i click a value on the listbox, the event simply does not "fire"...
I checked this by placing the breakpoints inside of the click event. Of
course, nothing "breaked" because event doesnt fire....
Please help.
Thanks.
but in one particular userform the ListBox_click does not work!
However it "works" when i set listbox selected value via code, for example:
ListBox1.Selected(0)=True
but when i click a value on the listbox, the event simply does not "fire"...
I checked this by placing the breakpoints inside of the click event. Of
course, nothing "breaked" because event doesnt fire....
Please help.
Thanks.