Remove Method

Applies To

AddIns collection object.

Description

Removes an add-in from the collection of add-ins.

Syntax

expression.Remove(Index)

expression Required. An expression that returns an AddIns object.

Index Required Variant. The name of the add-in to be removed from the collection.

Example

This example removes the add-in named "MyTools" from the list of available add-ins.

AddIns.Remove "mytools"