VC++ 6.0 and Excel

  • Thread starter Thread starter omri
  • Start date Start date
O

omri

Hey all,
I've been using the C based XLCALL32.LIB interface for building an
Excel plugin but I'm pretty sure it's insufficient for what I'm trying
to do. What other options do I have for making Excel plugins in C++ and
can anybody point me to where I can get the SDK, headers, link library,
samples, documentation, etc..

Omri
 
Hey all,
I've been using the C based XLCALL32.LIB interface for building an
Excel plugin but I'm pretty sure it's insufficient for what I'm trying
to do. What other options do I have for making Excel plugins in C++ and
can anybody point me to where I can get the SDK, headers, link library,
samples, documentation, etc..

Omri

You can create a C# addin like this.
http://www.codeproject.com/dotnet/excelnetauto.asp
 

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

Back
Top