Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check Application object's COMAddIns property, and the COMAddIn
object's Connect property. Don't know how far that will get you but... -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article , says... Can anybody tell me how to load COM addins in Excel using automation scripts? Several posts show how to load xla addins, but this solution does not work with dll com addins. set xlApp = CreateObject("Excel.Application") xlApp.Application.visible = true xlApp.workbooks.open "somefile.xls" ... Code to load MyComAddin.dll |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Addins-Slow loading of each individual Addin using Excel 2007 | Excel Discussion (Misc queries) | |||
Excel Addins Not Loading on Start | Excel Programming | |||
May be Automation AddIn loading problem!! | Excel Programming | |||
Addins not loading when opening from code | Excel Programming | |||
Excel Automation - loading text files | Excel Programming |