开发者

PowerPoint 2007 - Programmatically insert data?

I know PowerPoint supports macros But is there a way I can insert data fro开发者_如何转开发m a datasource into a placeholder or something? I've got a routine where I collect data from a database and store it in the registry. This data is then inserted into several Word templates. And this is working. But I can't find any bookmark support in PowerPoint and that's kinda how I insert data in Word templates. Can I select a certain placeholder or something in PowerPoint 2007 using macros?


Guess I'll just answer this question myself :) You can actually do this very easily in PowerPoint 2007 by using the CustomUIEditor.

Just open the template and insert this piece of code

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜