Class Tags (PowerPoint VBA)

The class Tags represents a tag or a custom property that you can create for a shape, slide, or presentation. To use a Tags class variable it first needs to be instantiated, for example


Dim tgs as Tags
Set tgs = ActivePresentation.Tags