Page 1 of 1

Attaching C++ add-in to Excel

Posted: November 2nd, 2002, 11:46 am
by rishiku
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

Attaching C++ add-in to Excel

Posted: November 2nd, 2002, 12:09 pm
by jens
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.