Convert from Compatibility mode to modern/2007 format using VBA

prerit86

New Member
Joined
Jun 3, 2014
Messages
8
I have a .PPT (2003) file that I want to convert to .PPTX 2007 format using VBA in Excel. How do I do this?

I have a working code for opening the ppt file, navigating through slides & shapes. There is one particular chart that I want to be able to edit (or read data) using Excel VBA and I am unable to do so because the file is in 2003 format and chart is an Embedded OLE Object. My plan is to convert the presentation to 2007 format and then read it easily. This action is manually achieved using PPT->File->Info->Convert but I want to do this using VBA.

I have tried saving the presentation in .pptx format but that doesn't convert elements. Please help. Thanks!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,216,766
Messages
6,132,596
Members
449,738
Latest member
brianm3y3r

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top