How do I set the DefaultSaveFormat for Powerpoint 2010 for the Powerpoint with macro version?
Asked
Active
Viewed 50 times
0
-
1It's not clear to me whether you're asking how to change the Default Save Format of Powerpoint 2010 to one that includes macros (.pptm) or whether you want to use a macro to change the Default Save Format. Which one is it? – Aiken Jan 13 '15 at 13:11
1 Answers
0
In code, there's a constant that tells PPT to save as Default ... meaning in whatever format PPT deems correct. You can't force that, but you can, again in code, tell PPT to save in any specific format.
You can change the format it saves in by default when the USER does a File | Save As in the File | Options | Save dialog box.

Steve Rindsberg
- 14,442
- 1
- 29
- 34