Article ID: 980553 - Last Review: August 26, 2011 - Revision: 4.2

Save As HTML (webpage) option removed in PowerPoint 2010

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.

On This Page

Expand all | Collapse all

SYMPTOMS

You try to save a presentation as a webpage in Microsoft PowerPoint 2010. However, the Save as type option Web Page (*.htm;*.html) or Single File Web Page (*.mht;*.mhtml) is not available in the Save As dialog box.

CAUSE

WORKAROUND

You can save presentations as an .htm file or as a .mht file through the PowerPoint object model. This provides compatibility with older add-ins and macros.

To save a file as a webpage (*.htm;*.html) to the desktop by using the ppSaveAsHTML argument for the *.htm file format, without embedding true type fonts (msoFalse), follow these steps:
  1. Open the presentation that you want to export to HTML.
  2. Press ALT+F11.
  3. Press CTRL+G.
  4. In the Immediate window type the following:
    ActivePresentation.SaveAs "<Drive>:\users\<username>\desktop\<filename>.htm", ppSaveAsHTML, msoFalse
  5. Press ENTER.
Note To save as a Single File Web Page (*.mht;*.mhtml) file format, replace html at the end of the file name with mht, and replace ppSaveAsHTML with ppSaveAsWebArchive.

MORE INFORMATION

For more information about the SaveAs method in PowerPoint 2010, see Presentation.SaveAs Method (PowerPoint) (http://msdn.microsoft.com/en-us/library/ff746389.aspx) .

For more information about the files types that can be passed to the SaveAs method, see PpSaveAsFileType Enumeration (http://msdn.microsoft.com/en-us/library/ff746500.aspx) .



APPLIES TO
  • Microsoft PowerPoint 2010
Keywords: 
kbtshoot kbsurveynew kbexpertisebeginner KB980553