Share via


AddIns.Add Method

PowerPoint Developer Reference

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