Worksheet_SelectionChange event in xla add-in

南笙酒味 提交于 2019-12-08 02:20:42

问题


Is to possible to trigger Worksheet_SelectionChange event in xla add-in. I put the code in Worksheet module of add-in. but it did not enter into this module. My target is to set the comment box in the center of active window. I got the code from here. Please help me.


回答1:


You need to work with Application-level events if you want to capture an event in another workbook. See here



来源:https://stackoverflow.com/questions/10442842/worksheet-selectionchange-event-in-xla-add-in

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