Triggering the same Event Handler for multiple combo boxes

喜你入骨 提交于 2020-01-25 06:18:21

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!