Your post says you have 2007. That is 2010 (where it was removed - as I said it's not great)
You can still do this with code in 2010 (not 2013 though)
Sub saveAsMHT()
ActivePresentation.SaveAs Environ("USERPROFILE") & "\Desktop\test.mht", ppSaveAsWebArchive
End Sub
|