But to fullfill this, you can use the following workaround:
- In PowerPoint 2010, open the presentation that you want to export to HTML.
- Press Alt + F11.
- Press Ctrl + G.
- In the Immediate pane, type the following, and then press Enter:
ActivePresentation.SaveAs "<FilePath>\<filename>.htm", ppSaveAsHTML, msoFalse
To save by using the Single File Web Page (*.mht;*.mhtml) file format, replace htm at the end of the file name with mht, and replace ppSaveAsHTML with ppSaveAsWebArchive.
Keine Kommentare:
Kommentar veröffentlichen