PowerPoint - 在文档加载时加载宏?

发布于 2024-08-02 04:51:47 字数 267 浏览 3 评论 0原文

有谁知道如何在打开 PowerPoint pot-template 时对文档加载进行宏加载?我查看了一些看起来需要设置的 Auto_Open 和加载项。 但是,还需要在 PowerPoint 本身中设置一些设置才能使其正常工作。我有一个模板,成千上万的用户即将使用。对于所有用户来说,设置这些设置听起来像是一项可怕的工作。添加加载项、调整安全设置并允许对 Visual Basic 项目的信任访问(PowerPoint 中的安全设置)。如果每个人都需要手动完成所有这些工作,那将是一个大问题。

Does anyone know how I can have a macro load on document load when opening a PowerPoint pot-template? I've looked at some Auto_Open and add-ins which looks like need to be set.
But there's a few settings that need to be set as well within PowerPoint itself for it to work. I've got a template which thousands of users are about to be using. And setting these settings sound like a horrible job to do for all users. Adding the add-in, adjusting security settings AND allowing Trust access to Visual Basic Projects (a security setting within PowerPoint). It would be a major problem if everybody need to do all of this manually.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

女中豪杰 2024-08-09 04:51:47

I've successfully done this with an AddIn's Auto_Open method, combined with creating event handlers using the approach described here. My plan is to digitally sign the Add-In (to prevent Macro prompts) and the end-users perform the step of loading the Add-In.

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