How to create automation client-app for Excel 2003 in C++ 2005

T

Tulipomania

Dear MFC experts,

I recently apply visual studio 2005 (VC++ MFC) to build client automation
app for Excel 2003, it seems there are some differences with VC++ 6.0 for
this creation. Its normal procedure can be followed in the article:
http://support.microsoft.com/kb/q178749/, which describes the steps using MFC
classwizard in VC++ 6.0, but it dosen't work when using Visual Studio 2005.

The main problems lie in the Step 9. I can't find the mentioned
implementation file -Excel.cpp , and the the declaration header file -
Excel.h while I add the class from Microsoft Excel 2003 Object Library.
Without these two files, I cannot luanch Excel 2003 like the article
explained.

Does anybody encounter the same problem like me, and how can I solve it?

Many thanks in advance!
 

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