Serving the Quantitative Finance Community

 
User avatar
rishiku
Topic Author
Posts: 0
Joined: July 14th, 2002, 3:00 am

Attaching C++ add-in to Excel

November 2nd, 2002, 11:46 am

Dear all,I want to attach some functions that I have created in C++ to excel. How do I do that? I am told that I can attach them as COM add-in through excel. But I can attach only .exe or .dll files through this feature in excel. When I try to attach the .exe file, it gets executed. Please help me on this. A detailed reply or reference to resources on the internet will be appreciated.Thanks in advanceRishi
 
User avatar
jens
Posts: 0
Joined: July 14th, 2002, 3:00 am

Attaching C++ add-in to Excel

November 2nd, 2002, 12:09 pm

Hi Rishi,see the Template for XLL thread for information on Excel Add-ins. You can find a SDK for for combined COM and XLL projects on my homepage.Jens.