Selection of ppt design template using vba

  • Thread starter Allen Humphries
  • Start date
A

Allen Humphries

I need to change the design template (background) on a
batch of powerpoint presentations. I can browse folders
to get a list of all the presentations in a folder and
process one file at a time, but I don't know how to let
the user interactively select the new design template. I
am using 2003.

Can someone point me in the right direction?

Thanks
 
C

Chris

You can try this.
Sub NewTemplate()
ActivePresentation.ApplyTemplate FileName:="C:\Program\Microsoft
Office\Templates\Presentation Designs\Proposal.pot"
End Sub
/ Chris
 

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