ApplyTemplate method problem

M

Mooh

Hi all,

I'm trying to use the VB ApplyTemplate method from a Presentation object (as
ActivePresentation).

What I want to do is simple: I want to change the design template of a
presentation through a VB script (by this I mean: clear all masters that the
presentation can have and load the masters in the design template -including
notes masters -).

What I do is lso simple:
ActivePresentation.ApplyTemplate
("a:\path:\to\design\template\design_file.pot")

But this doesn't work...
In one case, the method call has loaded the 1st master slide of the design
template and added this master slide to the list of the already available
masters in the presentation.
In another case, the method did nothing (no master was imported)

I'm a little confused about this...
Does anybody has an idea of how to make this work?

Thanks in advance

Note : I'm using PowerPoint 2003
 

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