G
Guest
I am trying to implement a comboBox using the controls menu. I have writtem a
UserForm_Initialize routine but it seems not to execute. When I click on the
drop down all I get is a blank dropdown space with the down arrow. The drop
down menu is not populated (initialized), However if I use the debugger to
step through the UserForm_Initialze routine all works fine the comboBox is
populated and I can make different selections. What gives? When/How is the
UserForm_Initialize routine executed? How can I force the routine to be
executed ? Or is there something else I need to do?
-Thanks in advance
UserForm_Initialize routine but it seems not to execute. When I click on the
drop down all I get is a blank dropdown space with the down arrow. The drop
down menu is not populated (initialized), However if I use the debugger to
step through the UserForm_Initialze routine all works fine the comboBox is
populated and I can make different selections. What gives? When/How is the
UserForm_Initialize routine executed? How can I force the routine to be
executed ? Or is there something else I need to do?
-Thanks in advance