Thanks to work we've now all got some new COM addins, each of which takes a good few seconds to load when we open a new excel application.
The trouble is in my code whenever I use workbooks.open() to fetch something from another workbook, it loads these addins as it opens a fresh application each time. Is there a way to stop them from being loaded?
The trouble is in my code whenever I use workbooks.open() to fetch something from another workbook, it loads these addins as it opens a fresh application each time. Is there a way to stop them from being loaded?