12-06-2006 02:36 PM
12-07-2006 03:08 PM - edited 12-07-2006 03:08 PM
Hi Will,
As you said it yourself closing the same number of references as you open and using Application Quit should be enough to close down Excel.exe.
Did you run your code in highlight execution to see how the behavior of your program changes when you hit the "Exit" button on your Front Panel?
If you can post the minimum amount of code that reproduces the error, I will be more than happy to take a look at it.

Best regards,
Message Edited by Kalin T on 12-07-2006 03:11 PM
12-12-2006 10:37 AM
Will,
There, unfortunately, is no utility that can report this information for you. However, refnums are tricky beasts, and it's easy to have one open that you don't realize. I created this post to explain how it works for .NET - and the same holds true for ActiveX.
Of course, Excel likely won't be keep around just because some reference to a cell is still open - I'd guess the proxy would just return an error if Excel disappeared - but I don't know that for certain.
12-13-2006 09:51 AM