Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 -- Mario Delamboy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
COM addins are loaded by the application through registry setttings.
Just register your COM addin it will then be picked up by the app.BTW registering com addins is not that trivial but see: http://groups.google.com/groups?q=Re...gle.com&rnum=6 DM Unseen |
#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 |
Reply |
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 |