To add a new member to the AddIns collection with VBA, use the collection's Add method. Here's an example: Application.AddIns.Add "c:\files\newaddin.xlam" ...
確定! 回上一頁