AddIns2.Add Method (Excel)

Adds a new add-in to the list of add-ins.

Version Information

Version Added: Excel 2010

Syntax

expression .Add(Filename, CopyFile)

expression A variable that returns an AddIns2 object.

Parameters

Name

Required/Optional

Data Type

Description

Filename

Required

String

The name of the file that contains the add-in to add to the list in the Add-Ins dialog box.

CopyFile

Optional

Variant

If the add-in file is on a removable medium, specifies whether to copy the add-in to the local hard disk. Specify True to copy the add-in to your hard disk. Specify False to keep the add-in on the removable medium. If this argument is omitted, Microsoft Excel displays a dialog box and asks the user to choose whether to copy the add-in file. This parameter is ignored if the add-in file is already on the hard disk.

Return Value

AddIn

See Also

Concepts

AddIns2 Object Members

AddIns2 Object