View Single Post
 
Old 01-21-2013, 03:53 AM
georgi georgi is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jan 2013
Posts: 3
georgi is on a distinguished road
Default

Quote:
Originally Posted by JohnWilson View Post
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
Good morning Sir,

Yes on my laptop the MS office is 2010 but I am using the 2007 version at the office, however thank you very much it works, not great as you have mentioned but enough for me.
Thank you again and have a good day,
Reply With Quote