Creating a New Presentation Based on the Default Template : PowerPoint Slide « PowerPoint « VBA / Excel / Access / Word






Creating a New Presentation Based on the Default Template

 
Sub pre()
    Dim myPresentation As Presentation
    Set myPresentation = Presentations.Add(WithWindow:=msoFalse)
End Sub

 








Related examples in the same category

1.Add slides
2.Creating a New Presentation Based on a Template