|
From: eric e. <eri...@gm...> - 2005-12-29 09:44:51
|
Hi Lars, > The add-in source code need to handle the xlAutoClose > callback. In theory you would implement the xlAutoClose function and there call xlfUnregister for each of an XLL's functions. However xlfUnregister is broken so in practice Excel provides no mechanism to unregister functions. The only reason to implement xlAutoClose would be if there were other resources that needed to be released which is not the case for QuantLibAddin. Regards, Eric |