PowerPoint format ppSaveAsPresentation : PowerPoint Format « PowerPoint « VBA / Excel / Access / Word






PowerPoint format ppSaveAsPresentation

 
Sub save()
    ActivePresentation.SaveAs FileName:="C:\HR.ppt", _
        FileFormat:=ppSaveAsPresentation, EmbedTrueTypeFonts:=msoFalse
End Sub

 








Related examples in the same category

1.Check font size
2.Applying a Background to One or More Slides
3.Applying a Color Scheme to a Slide
4.Displaying or Hiding a Header or Footer Object
5.Setting the Text in a Header or Footer
6.Setting the Format for Date and Time Headers and Footers
7.Standardizing All the Headers and Footers in a Presentation