Add slides : PowerPoint Slide « PowerPoint « VBA / Excel / Access / Word






Add slides

 
 Sub CreatePresentations()
     Dim intPresentations As Integer
     Dim i As Integer
     intPresentations = 3
     For i = 1 To intPresentations
         Presentations.Add
     Next i
 End Sub

 








Related examples in the same category

1.Creating a New Presentation Based on the Default Template
2.Creating a New Presentation Based on a Template