Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I doubt this. I think it may be related to the fact that the NAME of the addin has a conflict.. and the addin collection cannot create a unique 'key for it's index. If the addin's Title property is EMPTY the filename will be used as a key to the addins collection. If the Title is not empty the Title will be used. If the Title is not unique... the conflict may arise. I've just tested with a small .vbs which added 100 addins without problems. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Bennie Douma wrote : Set oXL = CreateObject("Excel.Application") oXL.Workbooks.Add Set oAddin = oXL.Addins.Add(..\"MyAddin.xla",True) oAddin.Installed = True oXL.Quit |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maximum number of variables allowed in an Excel Spreadsheet? | Excel Discussion (Misc queries) | |||
changing maximum characters allowed in excel cells | Excel Discussion (Misc queries) | |||
strange behaviour in Excel 2003 when importing XML | Excel Discussion (Misc queries) | |||
Strange behaviour - loading Excel clears Clipboard | Excel Discussion (Misc queries) | |||
What is the maximum allowed number of data elements in a data array? | Excel Discussion (Misc queries) |