问题
IS there a way I can assign the same Onchange Event Handler to more than one Activex ComboBoxes rather than reproducing the Handler for each ComboBox like CmbBox1_change(), CmbBox2_change(), all which does te same stuff
When using Form Controls, I could assign the same macro to several Combo Boxes
来源:https://stackoverflow.com/questions/13461991/triggering-the-same-event-handler-for-multiple-combo-boxes