AddIns.Add method (PowerPoint)

Returns an AddIn object that represents an add-in file added to the list of add-ins.

Syntax

expression.Add (FileName)

expression A variable that represents an AddIns object.

Parameters

Name Required/Optional Data type Description
FileName Required String The full name of the file (including the path and file name extension) that contains the add-in you want to add to the list of add-ins.

Return value

AddIn

Remarks

This method doesn't load the new add-in. You must set the Loaded property to load the add-in.

See also

AddIns Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.