R
RobertSeattle
1. Install Microsoft Office Compatibility Pack for Word, Excel, and
PowerPoint 2007 File Formats on an Office 2003 machine.
http://www.microsoft.com/downloads/...70-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
2. Create foo.pptx (Powerand 2007 file format) and make it the active
powerpoint presentation
3. Run this macro:
Sub TestSaveInPP()
ActivePresentation.Save
End Sub
4. Result: foo.pptx.ppt
This does NOT happen under similar circumstances for Word and Excel -
Word 2003 and Excel 2003 "respect" the Office 2007 format.
Anyone heard if this is being fixed? If you have an automation
program that uses .Save and your clients are using the PP 2007 format
you'll have problems...
PowerPoint 2007 File Formats on an Office 2003 machine.
http://www.microsoft.com/downloads/...70-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
2. Create foo.pptx (Powerand 2007 file format) and make it the active
powerpoint presentation
3. Run this macro:
Sub TestSaveInPP()
ActivePresentation.Save
End Sub
4. Result: foo.pptx.ppt
This does NOT happen under similar circumstances for Word and Excel -
Word 2003 and Excel 2003 "respect" the Office 2007 format.
Anyone heard if this is being fixed? If you have an automation
program that uses .Save and your clients are using the PP 2007 format
you'll have problems...