问题标签 [powerpoint-automation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++builder - 如何在 C++ Builder 中使用 PowerPoint 自动化?
当我尝试使用变体自动化打开 PowerPoint 文件 (ppt) 时收到此错误消息:
未知名称
我尝试使用自动化:
这段代码给了我上面的错误。 注意: PowerPoint 在后台打开时没有任何错误,但 ppt 没有。
vba - PowerPoint vba BeforeSaveAs
我有一个与 Excel 链接的 PowerPoint 模板。Excel 中的某些区域已通过链接复制,以便自动更新。
每当将此 PowerPoint 模板另存为时,我都需要删除这些指向外部 Excel 工作簿的链接。
有没有办法在 PowerPoint 中做到这一点,就像
Private Sub Workbook_Before Save(ByVal SaveAsUI As Boolean, Cancel As Boolean)
在 Excel 中?
至今
我尝试了下面提到的答案,但没有任何运气。代码似乎无法运行 - 在这里我不知道我是否做错了。我尝试在普通模块和类模块中运行它 - 没有任何方式引发它发生。然后我尝试将它作为普通子运行,在这里我在 HasRevisionInfo and also
Application.PresentationBeforeSave 上遇到错误。