Someone has mocked up a website using PowerPoint, and I have to convert it to HTML / CSS.
This is not a request to simply embed PowerPoint into the webpages. This w
The "Save As Webpage" option no longer exists on PowerPoint 2010 and later.
Microsoft has provided a workaround, summarized as, "use the ppSaveAsHTML argument for the *.htm file format."
In the Immediate pane, type the following, and then press the Enter key:
ActivePresentation.SaveAs "
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.