tags:

views:

43

answers:

2

I have this example from Microsoft which is working perfectly with Excel 2003. How can I do the same with 2007?

Please look in below the title "Create an Automation client that uses late binding" http://support.microsoft.com/kb/302902

A: 

I have Visual Studio 2010 and Excel 2010 and the code from http://support.microsoft.com/kb/302902 runs perfectly.

Try stepping through the debugger to see where the error occurs. Also, if you can try with 2010, see if that works.

Edward Leno