Powerpoint 2007 Microsoft Script Editor question

  • Thread starter Thread starter bzenner
  • Start date Start date
B

bzenner

I used to be able to make edits in Powerpoint 2003 with the Microsoft
Script Editor, but now I see that it's no longer available in
Powerpoint 2007. Is there another way to view the code of a powerpoint
presentation in 2007 like we could in 2003 using MSE?

Thanks in advance.
Brad
 
I used to be able to make edits in Powerpoint 2003 with the Microsoft
Script Editor, but now I see that it's no longer available in
Powerpoint 2007. Is there another way to view the code of a powerpoint
presentation in 2007 like we could in 2003 using MSE?

There's no longer any built-in way of doing this, but the PPTX is actually a
zip file containing a collection of XML and other files.

Tack a .ZIP onto the end of the filename (ie, MyFile.PPTX --> MyFile.PPTX.ZIP)
and have a look inside the zip.
 
Back
Top