Saturday, 17 August 2013

Save PowerPoint pptm to pptx

Save PowerPoint pptm to pptx

I am making my first steps in VBA. I have been trying many things, but
still I haven't figured out a way to save a .pptm powerpoint presentation
to .pptx format with the same file name in a specific path? I already use
the following code to save as pdf.
ActivePresentation.ExportAsFixedFormat "c:\" +
Replace(ActivePresentation.Name, "pptm", "pdf"), ppFixedFormatTypePDF,
ppFixedFormatIntentPrint, msoCTrue
Thank you in advance.

No comments:

Post a Comment