问题标签 [powerpoint-2007]

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.

0 投票
3 回答
2890 浏览

vba - 从目录打开 PowerPoint 并恢复宏

我正在尝试使用 Sub 中的函数从特定文件夹中打开 PPTX。该函数的目的是选择宏的其余代码将在其上执行的文件(本质上是使其成为 ActivePresentation)问题是当我调用函数 PickDir() 来获取文件的路径并打开它时,宏停止运行。所以,我只是得到一个开放的演示文稿,而不是执行我希望它执行的操作。

在所有变量都变暗后大约 5 行出现问题。

0 投票
1 回答
2153 浏览

vba - Powerpoint 主题和 Powerpoint 模板有什么区别?

我正在研究 PowerPoint 宏。我想以编程方式应用主题,但我只想问用户,你想为该幻灯片应用哪种布局。但是当我说它theme.apply只是自动将布局应用于幻灯片时。

所以我只是混淆了Powerpoint主题和Powerpoint模板之间的区别?所以我会尝试使用模板而不是主题,如果它做同样的工作,主题会像这样默认主题颜色改变图表颜色。

0 投票
0 回答
1172 浏览

c# - C# Powerpoint 2007 Copy Slides with Formatting

So I have been able to get slides copied over from PPT 2010 with the ExecuteMso("PasteSourceFormatting"); command just fine, sadly this does not work for 2007. I have been able to open up the Source Presentation slides and copy and paste all the content into the Destination Presentation just fine. But the formatting is just off on certain things, color, text size, images resizing. I've also noticed that if the Destination Presentation that I'm attempting to paste into has a Master slide that it is now applied to the newly created slides from the copy/paste Source Presentation. I have yet to find a way that I am able to copy over the master slide from the Source Presentation to the Destination on and tell it to use the new master slides for the slides being pasted it. The closest I can get to it is to copy over the Layout, ColorScheme, and Design. But they still are not formatted correctly do to the missing master slide.

How do I copy over the PPT slides and keep the source format (using source master slide) in PPT 2007?

0 投票
1 回答
693 浏览

vba - 如何使用 vba 在 Powerpoint 2007 中将图像纵横比设置为 100%?

我正在开发自动化工具。我想在每张幻灯片上将图像纵横比设置为 100%。在 vba 中是否有任何属性?

感谢进阶。

0 投票
2 回答
219 浏览

vba - Office 2007 和 2003 之间的对象名称更改

出于自动化目的,我已将对象名称分配给 2007 Powerpoint 文件中的对象。我在另一台装有 office 2003 的机器上运行了自动化代码,发现对象名称在那里动态变化,因此自动化代码会引发错误。

我尝试使用 VBA 在该机器中再次重命名对象,并且它在调试时工作。但是当我重新运行自动化代码时会出现错误。

这是两个版本之间的兼容性问题还是其他问题?

0 投票
1 回答
700 浏览

vba - Select the radio buttons of “Create handouts in Microsoft Word” in Powerpoint 2007

How can I write a macro in Powerpoint to select any option (Radio Button) that is displayed when you call "Create Handouts in Microsoft Word" (Office Button-> Publish -> Create Handouts in Microsoft)?

The macro to call "Create Handouts in Microsoft Word" is

But I need to know how to write the macro to select the options (like "Notes Next to slide" , "Blank Lines next to line", "Notes below slides" etc...) from the window that would be displayed when you call the above macro.

0 投票
2 回答
66633 浏览

powerpoint - PowerPoint中的超链接后如何从另一张幻灯片返回首页幻灯片

我正在使用 Powerpoint 2007,并且在同一个文档中设置了从幻灯片 A 到幻灯片 B 的超链接。在幻灯片放映中,超链接运行良好。

但是在幻灯片 B 之后,我怎样才能回到幻灯片 A本身呢?

我的幻灯片结构如下:

我怎样才能做到这一点?当我设置超链接时,有一个像 SHOW AND RETURN 这样的选项,但默认情况下它是禁用的。如何启用它?

请帮忙。谢谢

0 投票
1 回答
6118 浏览

vba - 在 PowerPoint 2007 中将宏保存为插件

我有一个关于 PowerPoint 2007 中的插件的问题。

是否可以将宏保存为插件,然后在所有 PP 演示文稿中将其用作按钮?我知道这在 Excel 中是可能的……但是 PowerPoint 呢?

0 投票
2 回答
1499 浏览

vb.net - Powerpoint Interop API 访问幻灯片母版视图中的多个幻灯片母版

我有多个母版幻灯片的 powerpoint 演示文稿。我想使用 InterOp API 和 VB.net 在母版视图中访问当前活动的 powerpoint 演示文稿幻灯片母版。当我尝试访问活动幻灯片母版时,它总是选择第一张幻灯片母版而不是活动母版幻灯片。我尝试使用幻灯片,我可以访问当前幻灯片。但在 slideMaster 视图中我找不到访问指定幻灯片母版的方法。

0 投票
1 回答
1155 浏览

vsto - Office 2007 无法识别我的 vsto 文件

我已经为 powerpoint 2007 创建了一个加载项 VSTO,但我的 .vsto` 文件无法识别(显然正确的格式是 .ppam)但是当我构建它时会创建一个 .vsto 文件,我怎样才能获得正确的文件?