Add Method (AddIns Collection Object) Example
This example adds MyTools.ppa to the list in the Add-Ins dialog box (Tools menu).
Set myAddIn = Application.AddIns.Add("c:\my documents\mytools.ppa")
MsgBox myAddIn.Name & " has been added to the list"