S
smace
I have created a procedure that populates a listbox ( it works ok).
have tried calling it from a click event on a combobox, it seems t
loop, it works but takes a while to populate the listbox. Debugging th
code it looks like the click event is called multiple times. Trie
calling the same procedure from the change event on the combobo
instead but then I get a stack error!
The listbox and combobox are controls embedded into a worksheet.
Any ideas why this 'looping' should occur
have tried calling it from a click event on a combobox, it seems t
loop, it works but takes a while to populate the listbox. Debugging th
code it looks like the click event is called multiple times. Trie
calling the same procedure from the change event on the combobo
instead but then I get a stack error!
The listbox and combobox are controls embedded into a worksheet.
Any ideas why this 'looping' should occur