McLeodMoores / xl4j

Framework for writing Excel Add-ins in Java
Other
7 stars 3 forks source link

After removing the XL4J add-in and getting the dialog message about restarting to get rid of threads, an error pops up #105

Open emcleod opened 7 years ago

emcleod commented 7 years ago

"Cannot run the macro 'GarbageCollect'. The macro may not be available in this workbook or all macros may be disabled"

jimmoores commented 7 years ago

Yeah, I'm not entirely sure how to handle this. Perhaps use a flag to get it to self unregister on the next xlOnTime event rather than when all the other functions are deregistered.