Class CustomerData (PowerPoint VBA)

Stores information about a customer (such as name, address, telephone number, and so on) or other information in XML form, as a collection of CustomXMLPart objects associated with a Microsoft PowerPoint object. To use a CustomerData class variable it first needs to be instantiated, for example


Dim cda as CustomerData
Set cda = ActivePresentation.CustomerData