PPT ADDIN 用VB 封装遇到的问题
希望通过VB封闭DLL文件,达到PPT关闭的时候弹出OK窗口,代码是这么写的:(其它 的部分是系统生成的)
Public WithEvents MenuHandler As CommandBarEvents '命令栏事件句柄
Public WithEvents objPPT As PowerPoint.Application
Private Sub objPPT_PresentationBeforeClose(ByVal Pres As Presentation, ByRef Cancel As Boolean)
MsgBox "OK"
End Sub
结果不报错,也没有反应。。。。求教。
页:
[1]