Can you shoot us an email with code to reproduce this? Also, more information is needed (static library, dynamic library, version?, operating system?, OS version?, etc).
Is the TF_CleanUp function known to cause a program freeze? In some testing environments, it seems to be doing this.
Can you shoot us an email with code to reproduce this? Also, more information is needed (static library, dynamic library, version?, operating system?, OS version?, etc).
In the VBA turbofloat example YourVBAProject.xlamSave this file with a .xla extension for testing in xl2003.Add a .CleanUp line right after the .DropLease in Auto_Close.This will crash excel 2003 when closing.At least, it does for me.My solution is to not use .CleanUp. I added this line because I thought it was supposed to be there. Maybe this explains why it wasn't there.Excel 2010 doesn't seem to have any problem with .CleanUp.