I got a requirement today of presenting powerpoint 2010 slides on sharepoint 2010 site.    FOLLOW THESE STEPS IN EXACT ORDER      Open the presentation that you want to export to HTML.     Press ALT+F11. (A SIDE PROGRAM WILL OPEN CALLED VISUAL BASIC)      Press CTRL+G. (A TEXT BOX WILL APPEAR  AT THE BOTTOM CALLED "IMMEDIATE")(THIS WINDOW CONSIDER IT LIKE A SAVE AS  WINDOW AND YOU ARE TELLING IT WHERE TO GO)     In the Immediate window type the following: ActivePresentation.SaveAs "<Drive>:\users\<username>\desktop\<filename>.htm", ppSaveAsHTML, msoFalse (I COPIED AND PASTED THIS ROOT LOCATION SO WHEN YOU PASTE THE FILE INTO THE WINDOW IT WILL SAY   ActivePresentation.SaveAs "<Drive>:\users\<username>\desktop\<filename>.htm THAT IS WHAT IS KNOWN AS  THE ROOT DIRECTORY) (AT THIS POINT THE TEXT IN THE "<>" BRACKETS  SUCH AS "<DRIVE>" SHOULD BE RENAMED TO THE FOLLOWING:    <DRIVE> = LOCATIO...
This Blog is to discuss issues and problems that SharePoint admins/developers go through every day.