Powerpoint VBA 中是否有等效的 Workbook_Open 事件

发布于 2024-12-05 03:31:20 字数 248 浏览 0 评论 0原文

基本上,我试图在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烈酒灼喉 2024-12-12 03:31:20

似乎有一个 XML 选项

It appears that there is a XML option

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文