PowerPoint template export

A

Aurora I

How can I convert/export a PowerPoint template into a wmf ? I only can get
the template name.
see C++ code : CString templateName =
((CPresentation)((CApplication)slide.get_Application()).get_ActivePresentation()).get_TemplateName();

VBA code is helpful too.
Thank you,
Aurora

www.smarttech.com
 
S

Steve Rindsberg

How can I convert/export a PowerPoint template into a wmf ? I only can get
the template name.

What exactly do you need a WMF of? The graphics on one or another of the slide
masters?

If so, create a new presentation based on the template, add a blank slide to it,
then save as WMF

Doing this manually with the macro recorder running will get you a reasonable chunk
of VBA to work with.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top