A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
So if I understand this correctly, you open a PPT that should have VBA code in it and nothing related to it appears in either PPT itself or in the VBA IDE?
It might be that the PPT itself is corrupted. To see if it's a file or PPT problem, create a brand new file based on the MS-supplied Default blank template, add a bit of VBA:
Sub MitToMePPT()
MsgBox "Steve, that's a stupid name for a subroutine. Are you SERIOUS?"
End Sub
Save it as a PPT, quit and restart Powerpoint, re-open the file and check to see whether you can view the code. If so, save it as a PPA, load the PPA as an add-in and again check to see what's visible in the VBA IDE.
Also, and actually before embarking on the above, check File | Options | Trust Settings, click the Trust Settings button.
Add-ins section: remove all checkboxes
Macro Settings section: choose "Disable all macros with notification" (ie, give you a warning when a file contains macros, let you choose whether to enable it or not).
Protected view: here I've got 'em all checked and it doesn't seem to interfere with anything (though I have to unblock files downloaded from the internet)
Message Bar: Choose "Show the Message Bar ..." so PPT at least barks audibly when it's blocking something.
File Block Settings: Everything's unchecked here. "Open selected file types in Protedted View" is chosen but since no file types are selected, it's irrelevant. If any of your file types are checked, that might be the problem.
If any of those settings needed to be changed to match mine, OK the Options dialog, quit and restart PPT and try again.
And as another issue, something's resetting your DebugAddins reg entry from 1 to 0? Is this your own PC or one under corporate/IT control? If the latter, they may have policies in place that limit what you can do in VBA.