ExecuteExcel4Macro problems with C# AddIn

B

Bill Smith

I have a C# addin that calls back into Excel using ExecuteExcel4Macro method
on the Application object.

It works great 99% of the time, but sometimes it mysteriously hangs on the
function call and never returns. If I break from within the debugger, it
shows me it has waiting on that statement, but it never returns.

Any ideas?

Developing on Win2003 Server, deploying on WinXP-SP1
1.1 Framework
 
F

Fredrik Wahlgren

What are you trying to do when you call ExecuteExcel4Macro? It would help if
you could show at least one example of a call that hung..

/Fredrik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top