Powerpoint VBA 中是否有等效的 Workbook_Open 事件
基本上,我试图在 Windows 中打开 powerpoint 文件后立即运行一些 VBA 代码。我不想在演示开始时运行它,但我想这将是一种替代方案。我也不太确定该怎么做。
在 Excel 中,我会使用这个:
Private Sub Workbook_Open()
'Do something here
End Sub
有谁知道不使用加载项的 Powerpoint 2007 的替代方案吗?
Basically, I am trying to run some VBA code as soon as the powerpoint file is opened in windows. I don't want to run it when the presentation is started, but I guess that would be an alternative. I'm not too sure how to do that either.
In Excel I would use this:
Private Sub Workbook_Open()
'Do something here
End Sub
Does anyone know the alternative for Powerpoint 2007 without using an add-in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎有一个 XML 选项
It appears that there is a XML option