|
From: SourceForge.net <no...@so...> - 2005-12-30 10:30:13
|
Bugs item #1392393, was opened at 2005-12-28 16:37 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1392393&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Lars Schouw (schouwla) Assigned to: Nobody/Anonymous (nobody) Summary: Excel add-in does not remove functions when un-loaded Initial Comment: The add-in source code need to handle the xlAutoClose callback. Regards Lars Schouw ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-30 02:30 Message: Logged In: NO I have some add-ins that does that and works. Send me a mail so we can discuss after new years. Lars ---------------------------------------------------------------------- Comment By: Eric Ehlers (ericehlers) Date: 2005-12-30 01:51 Message: Logged In: YES user_id=1143221 In theory you'd implement xlAutoClose calling xlfUnregister for each XLL function, however xlfUnregister is broken so in practice Excel provides no mechanism to unregister functions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1392393&group_id=12740 |