I have a laptop with an Add-in that loads when Excel is opened directly. There is another program that loads Excel programmatically along with a specified xlf file but the Add-in does not appear to load when Excel is loaded this way. The first thing that keyed me in was that specific vba commands that are suppose to run when the xls file is loaded into Excel programmatically do not run. Also, in the VB Editor Project Explorer the Add-in is no where to be found.
In the case where I open Excel non-programmatically, the Add-in displays in the VB Editor Project Explorer.
Any Thoughts??
Thanks
Ed