我已经构建了一个自定义的excel加载项,我想检查是否打开的任何工作簿都已经在该工作簿中处理过Workbook_Open事件。基于此,如果已经处理过,我想提示用户一些说明。下面是用户工作簿的ThisWorkbookk中使用的方法的代码段。
Private Sub Workbook_Open()
'Some code user had already written here
End Sub
我已经检查了ThisWorkbook对象,它没有任何属性或已使用的事件列表。
是否有任何方法或属性可以确定用户工作簿中是否使用了工作簿的Open事件。
答案 0 :(得分:0)
下面是可以检查工作簿中是否存在select
a1.id, a2.newid, a2.recordtype,
a1.customername, a1.customeraddress,
a1.created, a1.closed, a2.location
from a a1 left join a a2
on a2.newid = a1.id
where a1.newid is null
过程的代码。
设置对 Microsoft Visual Basic应用程序可扩展性5.3库的引用
WorkBook_Open
礼貌:peltiertech