【问题标题】:PowerPoint 2007 - Programmatically insert data?PowerPoint 2007 - 以编程方式插入数据?
【发布时间】:2011-04-07 19:00:16
【问题描述】:

我知道 PowerPoint 支持宏 但是有没有办法可以将数据源中的数据插入占位符或其他东西? 我有一个例程,我从数据库中收集数据并将其存储在注册表中。然后将该数据插入到几个 Word 模板中。这是有效的。 但我在 PowerPoint 中找不到任何书签支持,这就是我在 Word 模板中插入数据的方式。我可以使用宏在 PowerPoint 2007 中选择某个占位符或其他内容吗?

【问题讨论】:

    标签: vba powerpoint bookmarks powerpoint-2007


    【解决方案1】:

    我想我会自己回答这个问题:) 实际上,您可以在 PowerPoint 2007 中使用 CustomUIEditor 轻松地做到这一点。

    只需打开模板并插入这段代码

    <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" 
    onLoad="onLoadCode" >
    </customUI>
    

    【讨论】:

    • 您可以通过单击此答案上/下箭头旁边的空心复选标记来接受您自己的答案。
    猜你喜欢
    • 2011-04-12
    • 2011-05-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多