Share via

How to conversion .ppt to .xml in powerpoint 2003 with VBA

Anonymous
2011-09-05T15:34:52+00:00

How to conversion .ppt to .xml  in powerpoint 2003 with VBA

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2011-09-06T01:30:12+00:00

    yes,I want to use VBA to call Save As to save as a .xml file? powerpoint 2007 or 2010 can do it,but powerpoint 2003 don't do

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2011-09-05T16:04:45+00:00

    Or, do you just want to use VBA to call Save As to save as a .pptx file? I think 2003 can do this if the compatibility pack is installed.

    Was this answer helpful?

    0 comments No comments
  3. Steve Rindsberg 99,161 Reputation points MVP Volunteer Moderator
    2011-09-05T15:47:48+00:00

    The question is too general to give you a good answer other than "Write lots and lots and lots of code"  ;-)

    Do you understand that XML is more of a user-definable format than a specific format?

    What exactly do you want the XML to contain?  Some data from the PPT file or everything about it?

    Do you want to convert PPT to PPTX format, perhaps?

    Give us more specifics and we may be able to help.

    Was this answer helpful?

    0 comments No comments