Apply the design template named Mountain Top.pot to the first slide in the presentation named Success.ppt: : Slide Tempalte « PowerPoint « VBA / Excel / Access / Word






Apply the design template named Mountain Top.pot to the first slide in the presentation named Success.ppt:

 
Sub apply()
    Presentations("Your.ppt").Slides(1).ApplyTemplate FileName:= "C:\Top.pot"
End Sub

 








Related examples in the same category

1.Applying a Template to a Presentation, to a Slide, or to a Range of Slides
2.Applies the design template named Disaster.pot to a range of slides consisting of the first, fourth, and sixth slides in the active presentation