August 30th, 2010, 11:40 am
When I launch Excel through the Windows Explorer, a certain set of addins gets loaded as part of my user preferences. These addin preferences seem to be lost when I open an Excel instance via the PythonCOM interface. How can I launch Excel and enforce the addin loading process so that the same addins get loaded with a PythonCOM instance as with a non-automation instance?If it makes a difference, I am using the DispatchEx method from win32com:xl = DispatchEx("Excel.Application")