How to simulate ThisPresentation in PowerPoint VBA
问题 I would like to be able to access the document properties of a PowerPoint add-in file (a presentation saved as "PowerPoint Add-in (*.ppa)", from some VBA code in the add-in itself. If it helps to understand the problem, what I'm actually trying to do is read a custom document property that stores the version number of the add-in, so that I can display that in a dialog box. With Word & Excel I can do this using ThisDocument & ThisWorkbook , both of which return a reference to the document